mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-12 09:02:51 +08:00
Fix typo in SwitchRouter
This commit is contained in:
@@ -109,7 +109,7 @@ export default (routeConfigs, config = {}) => {
|
||||
getActionCreators(route, stateKey) {
|
||||
return {
|
||||
...getNavigationActionCreators(route, stateKey),
|
||||
...getCustomActionCreators(route, navStateKey),
|
||||
...getCustomActionCreators(route, stateKey),
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user