You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
We should fix this warning:
The text was updated successfully, but these errors were encountered: