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
You may need to add the --force flag as the default one template with npm has been giving me issues recently
npm run dev
Open in Expo Go
You should see the following error
[error] Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead. {"name":"Component Stack"}
Interestingly, if I only register one <Tab.Screen /> I don't get the error, but as soon as I add the second I see the error.
The text was updated successfully, but these errors were encountered:
When I create a new One project using One
1.1.392
I am getting a React error when using the tab navigator.npm i
--force
flag as the default one template with npm has been giving me issues recentlynpm run dev
Interestingly, if I only register one
<Tab.Screen />
I don't get the error, but as soon as I add the second I see the error.The text was updated successfully, but these errors were encountered: