Skip to content
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

Non-serializable values were found in the navigation state #58

Open
dcarpenter31 opened this issue Oct 2, 2021 · 0 comments
Open

Non-serializable values were found in the navigation state #58

dcarpenter31 opened this issue Oct 2, 2021 · 0 comments
Labels
bug Something isn't working difficulty/hard

Comments

@dcarpenter31
Copy link
Contributor

We should fix this warning:

Non-serializable values were found in the navigation state. Check:

Camera > params.objectModel.model.resourceManager.addHashTable (Function)

This can break usage such as persisting and restoring state. This might happen if you passed non-serializable values such as function, class instances etc. in params. If you need to use components with callbacks in your options, you can use 'navigation.setOptions' instead. See https://reactnavigation.org/docs/troubleshooting#i-get-the-warning-non-serializable-values-were-found-in-the-navigation-state for more details.
at node_modules/@react-navigation/core/src/BaseNavigationContainer.tsx:350:14 in React.useEffect$argument_0
at App.tsx:42:19 in load
@dcarpenter31 dcarpenter31 added bug Something isn't working difficulty/hard labels Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working difficulty/hard
Projects
None yet
Development

No branches or pull requests

1 participant