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
I recently upgraded my React Native project to version 0.68.7. The project builds successfully, but I encounter the following error on the login screen:
**Error: Component erp does not have a componentId!
This error is located at:
in WrappedComponent (created by ReduxWrapper)
in Provider (created by ReduxWrapper)
in ReduxWrapper (at renderApplication.js:50)
in RCTView (at View.js:32)
in View (at AppContainer.js:92)
in RCTView (at View.js:32)
in View (at AppContainer.js:119)
in AppContainer (at renderApplication.js:43)
in erp(RootComponent) (at renderApplication.js:60)**
Here is the relevant code related to the login screen:
What happened?
I recently upgraded my React Native project to version 0.68.7. The project builds successfully, but I encounter the following error on the login screen:
**Error: Component erp does not have a componentId!
This error is located at:
in WrappedComponent (created by ReduxWrapper)
in Provider (created by ReduxWrapper)
in ReduxWrapper (at renderApplication.js:50)
in RCTView (at View.js:32)
in View (at AppContainer.js:92)
in RCTView (at View.js:32)
in View (at AppContainer.js:119)
in AppContainer (at renderApplication.js:43)
in erp(RootComponent) (at renderApplication.js:60)**
Here is the relevant code related to the login screen:
Environment:
React Native version: 0.68.7
React Native Navigation version: 7.23.1
Redux version: 4.1.2
What was the expected behaviour?
No response
Was it tested on latest react-native-navigation?
Help us reproduce this issue!
No response
In what environment did this happen?
React Native Navigation version:
React Native version:
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version:
Device model:
iOS version:
The text was updated successfully, but these errors were encountered: