-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brand new react sandbox cannot transpile modules #3981
Comments
Found it was the computer I was using... somehow it was blocked on it, but on my home computer it works fine. |
This was referenced Sep 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 bug report
Description of the problem
In Chrome keeps showing Transpiling Modules with no error.
In Firefox it shows:
TypeError
e.transpileJobs[n].finally is not a function
["./src/sandbox/compile.ts"]/uo</<.value
https://codesandbox.io/static/js/sandbox.1515ccfb1.js:1:205189
["./src/sandbox/compile.ts"]/Vo</<.value/<
https://codesandbox.io/static/js/sandbox.1515ccfb1.js:1:234162
["./src/sandbox/compile.ts"]/Vo</<.value
https://codesandbox.io/static/js/sandbox.1515ccfb1.js:1:234060
e/<
https://codesandbox.io/static/js/sandbox.1515ccfb1.js:1:270531
l
https://codesandbox.io/static/js/common-sandbox.3e66d97f1.chunk.js:1:240620
i/n._invoke</<
https://codesandbox.io/static/js/common-sandbox.3e66d97f1.chunk.js:1:240375
p/</e[o]
https://codesandbox.io/static/js/common-sandbox.3e66d97f1.chunk.js:1:240974
r
https://codesandbox.io/static/js/common-sandbox.3e66d97f1.chunk.js:1:2401
i
https://codesandbox.io/static/js/common-sandbox.3e66d97f1.chunk.js:1:2616
This screen is visible only in development. It will not appear if the app crashes in production.
Open your browser’s developer console to further inspect this error.
This error overlay is powered by
react-error-overlay
used increate-react-app
.How has this issue affected you? What are you trying to accomplish?
I am unable to even start a React Sandbox so I cannot do anything with codesandbox.io
Link to sandbox: link
Your Environment
The text was updated successfully, but these errors were encountered: