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
And after upgrading to your library I receive this error:
Uncaught ReferenceError: React is not defined
at ./src/Components/React/JsxSingleElement.js (JsxSingleElement.js:3:1)
at options.factory (react refresh:6:1)
at __webpack_require__ (bootstrap:24:1)
at fn (hot module replacement:62:1)
at ./src/Components/React/Render.js (JsxSingleElement.js:5:1)
at options.factory (react refresh:6:1)
at __webpack_require__ (bootstrap:24:1)
at fn (hot module replacement:62:1)
at ./src/Panel/Test.js (Styles.js:3:1)
at options.factory (react refresh:6:1)
And when I remove this file, it keeps complaining about React is not defined in all of my components one after the other.
Hi
I used your guide to migrate to CRA + esbuild.
I have a simple component in my source:
And after upgrading to your library I receive this error:
And when I remove this file, it keeps complaining about
React is not defined
in all of my components one after the other.This is my
craco.config.js
:What am I doing wrong? How can I fix this bug?
The text was updated successfully, but these errors were encountered: