Kunal Phaltankar
Results
2
comments of
Kunal Phaltankar
> I installed this version as a dev dependency, and ran locally to fix > > ```diff > + "react-native-bundle-visualizer": "3.1.0", > ``` You can also run `npx [email protected]`. If...
I faced the same issue when I was running the test case using Jest with Storybook. Simply adding `"transformIgnorePatterns": ["/node_modules(?!/react-movable)/"]` in jest configuration in Package.json solved my problem.