Effect CommunityEC
Effect Community3y ago
31 replies
imagio

Trouble with React Native after updating effect and effect-rx

@Tim Smart I'm having some trouble on react-native after updating effect to 2.0.0-next.56 and effect-rx to 0.15.1. I'm not sure if this is a bundling issue with effect-rx or with react-native. Thoughts?

??? > error: Error: Unable to resolve module effect/Cause from /path/to/project/node_modules/.pnpm/@effect-rx+rx@0.15.1_effect@2.0.0-next.56/node_modules/@effect-rx/rx/dist/cjs/Result.js: effect/Cause could not be found within the project or in these directories:
??? >   ../../node_modules/.pnpm/@effect-rx+rx@0.15.1_effect@2.0.0-next.56/node_modules
??? >   ../../node_modules/.pnpm/node_modules
??? >   ../../node_modules
??? >
??? >   ../../node_modules
??? >    5 | });
Was this page helpful?