dotnet-wasm-react icon indicating copy to clipboard operation
dotnet-wasm-react copied to clipboard

.NET on WASM inside a react component

Results 3 dotnet-wasm-react issues
Sort by recently updated
recently updated
newest added

Congratulations on successfully implementing .NET WebAssembly (Wasm) with React! I'd like to express my appreciation for your accomplishment. I'm also interested in achieving the same integration with Angular. Can you...

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.

bug

As reported in #4. ![image](https://user-images.githubusercontent.com/10020471/210516379-4f3ab8da-29da-4473-8811-6d369378bfd0.png) ```js /***/ "../qrlibrary/react/dist/index.webpack.js": /*!************************************************!*\ !*** ../qrlibrary/react/dist/index.webpack.js ***! \************************************************/ /***/ ((module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony...

bug