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
Yeah, entropy literally never stops. I released useful energy as pointless heat just by transmitting this message, and the heat probably broke something in the internet somewhere.
I have a rough root cause analysis on this one. 'react' as a dependency has moved from v16 to v17, and there are some types dependencies that are loose (* specified for @types/react) while others are pinning a version.
So multiple react types are coming in at the same time causing it to blow up. I can reproduce it in a clean RNFB checkout locally by doing yarn && cd website && yarn && yarn build) but I don't have a fix quite yet
https://vercel.com/invertase/react-native-firebase/l8xtr6lmy
Not sure why?
The text was updated successfully, but these errors were encountered: