NPM dependency error on web, not happening locally #5172
Unanswered
mattfelten
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey! This seems to be a real issue in our bundler, mind making an issue instead? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting an error with one of our projects being imported into CodeSandbox. An error appears about
react-transition-group
which has a number of issues around.My issue is that I pulled a CodeSandbox down, and it runs completely fine locally.
npm start
andnpm run build
work perfectly. I turned it into a GitHub repo and imported back into CodeSandbox, the error appears again. I have no idea what's different about the project besides it being in the CodeSandbox client.CodeSandbox: https://codesandbox.io/s/github/mattfelten/2dde3
GitHub Repo: https://github.com/mattfelten/2dde3
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions