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've seen a couple of react-native issues raised here and there about reanimated worklets not working as they are supposed to (throwing undefined for whatever you use inside a worklet that's outside of the worklet scope).
The reason it's failing is having cjs source extension in resolvers in metro.config.js
I would consider adding it to Known issues or Troubleshooting especially since adding 'cjs' extension is a step of latest Apollo package installation. I could prepare a PR for that if you think it's worth it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
I've seen a couple of react-native issues raised here and there about reanimated worklets not working as they are supposed to (throwing undefined for whatever you use inside a worklet that's outside of the worklet scope).
The reason it's failing is having cjs source extension in resolvers in
metro.config.js
I saw it mentioned here: gorhom/react-native-bottom-sheet#732 (comment)
I would consider adding it to
Known issues
orTroubleshooting
especially since adding 'cjs' extension is a step of latest Apollo package installation. I could prepare a PR for that if you think it's worth it.Cheers
Beta Was this translation helpful? Give feedback.
All reactions