Merge pull request #44 from serhiipalash/master

Set default value “null” for “key” property in RESET action
This commit is contained in:
Brent Vatne
2019-03-08 12:20:28 -08:00
parent 5e5f7142af
commit daf37aecff

View File

@@ -22,6 +22,7 @@ const push = payload => ({
const reset = payload => ({
type: RESET,
key: null,
...payload,
});