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
What happened instead:
Code fails to compile with this error:
ERROR in ./src/polyfills.ts
Module not found: Error: Can't resolve 'proxy-polyfill/proxy.min.js' in '/sandbox/src'
@ ./src/polyfills.ts 5:0-38
@ multi (webpack)-dev-server/client?http://127.0.0.1:8080 (webpack)/hot/dev-server.js ./src/polyfills.ts
What you were expecting:
Fork https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple, make changes, code should compile.
What happened instead:
Code fails to compile with this error:
Steps to reproduce:
Fork https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple
open any js file and add
console.log("test")
see compile error in terminal
Related code:
https://codesandbox.io/s/elegant-dust-pdqkl?file=/src/comments/CommentEdit.tsx
This is preventing me from creating a simple example of my issue in #6751
The text was updated successfully, but these errors were encountered: