-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: There is no route defined for key undefined. #3259
Comments
Duplicate of #3258. |
Is there any solution for now to naviagte between tabs with props? |
@Arghya95 while I check a permanent solution - could you try: Actions.replace('restaurant',{ mapdata: newArr}, 'tabs'); |
@daviscabral No, It's generating the same error. |
Have you tested with other keys? Like: Actions.replace('restaurant', { mapdata: newArr}, 'Login'); Please, check if the same structure from the |
Is this issue is resolved? I am having the same problem with version 4.0.6 |
Any updates here? Having the same issues with 4.0.6 On further debugging in this happens after |
Version
4.0.1
Expected behaviour
Navigating between tabs without any error
Actual behaviour
Error: There is no route defined for key undefined.
Must be one of: 'home','map','restaurant','news'
Here is my Code.
and I am using
Actions.replace('restaurant',{ mapdata: newArr});
in Map Tab.
The text was updated successfully, but these errors were encountered: