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
Update the dependencies to React v18 and the react-jsx example no longer works. When the process runs, the generated page is blank and console returns the following error:
Uncaught SyntaxError: The requested module './../node_modules/react/index.js' does not provide an export named 'default' (at App.jsx:1:8)
Not sure if this issue originates with esbuild or modernweb-dev but it is not documented and is reproducible with any project running React v18.
The text was updated successfully, but these errors were encountered:
"Hi everyone, I noticed this issue and would like to help. Could someone guide me on where to start looking or which part of the codebase might be affected? Also, are there any known workarounds that might help narrow down the problem?"
Update the dependencies to React v18 and the
react-jsx
example no longer works. When the process runs, the generated page is blank and console returns the following error:Not sure if this issue originates with esbuild or modernweb-dev but it is not documented and is reproducible with any project running React v18.
The text was updated successfully, but these errors were encountered: