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
Ah, I see what you mean now, just downloading the sandbox code and running it locally won't work because react-scripts (what create-react-app uses for its build configuration) doesn't support decorators. I'm honestly not entirely sure why it works in the web view of CodeSandbox but not when you download it, I think maybe they use TypeScript to compile or something?
Anyway, here's a few workarounds for developing locally:
Hello ,
I tried same to execute code by downloading code from sandbox download link .
While running exception gives Unexpected token @track.
The text was updated successfully, but these errors were encountered: