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
Maybe.
If you remove the QR Image component, it works.
When you call the QrImage component the undefined variable problem happens and nothing appears on the screen.
I removed the dotnet wasm Generate call and the problem persists. I put in values manually and the same error of variabel undefined. I removed everything in the QrImage function, leaving a
The errors seems different, but it is still npm start that has a problem with the two uses of webpack (lib & app). Removing QrImage component solves the problem you see because /#PURE/react__WEBPACK_IMPORTED_MODULE_0__["default"] won't be used any more.
I'm thinking why your error is different from the one everybody else sees in #6.
Uncaught TypeError: Cannot read properties of undefined (reading 'createElement')
return /#PURE/react__WEBPACK_IMPORTED_MODULE_0__["default"].createElement("i", null, "Loading...");
Using npm start.
Change tag or remove not resolve.
The text was updated successfully, but these errors were encountered: