mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-28 20:35:19 +08:00
Merge pull request #44 from serhiipalash/master
Set default value “null” for “key” property in RESET action
This commit is contained in:
@@ -22,6 +22,7 @@ const push = payload => ({
|
||||
|
||||
const reset = payload => ({
|
||||
type: RESET,
|
||||
key: null,
|
||||
...payload,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user