mesh icon indicating copy to clipboard operation
mesh copied to clipboard

Class extends value undefined is not a constructor or null (@stricahq/cbors/dist/Decoder.js)

Open sennykalidien opened this issue 6 months ago • 6 comments

When using React w/ Webpack with the latest versions of meshsdk: "@meshsdk/core": "1.6.8", "@meshsdk/react": "1.6.8",

I get the following TypeError: Class extends value undefined is not a constructor or null

Full error message: TypeError: Class extends value undefined is not a constructor or null at ../../node_modules/@stricahq/cbors/dist/Decoder.js (http://localhost:6006/vendors-node_modules_meshsdk_core_dist_core_-0c8d45.iframe.bundle.js:144431:30) at __webpack_require__ (http://localhost:6006/runtime~main.iframe.bundle.js:28:33) at fn (http://localhost:6006/runtime~main.iframe.bundle.js:434:21) at ../../node_modules/@stricahq/cbors/dist/index.js (http://localhost:6006/vendors-node_modules_meshsdk_core_dist_core_-0c8d45.iframe.bundle.js:145094:17) at __webpack_require__ (http://localhost:6006/runtime~main.iframe.bundle.js:28:33) at fn (http://localhost:6006/runtime~main.iframe.bundle.js:434:21) at ../../node_modules/@meshsdk/core-cst/dist/index.js (http://localhost:6006/vendors-node_modules_meshsdk_core_dist_core_-0c8d45.iframe.bundle.js:40382:74) at __webpack_require__ (http://localhost:6006/runtime~main.iframe.bundle.js:28:33) at fn (http://localhost:6006/runtime~main.iframe.bundle.js:434:21) at http://localhost:6006/vendors-node_modules_node_modules_meshsdk_core_dist_core_-0c8d45.iframe.bundle.js:76461:75

Last known versions when I didn't got this error: "@meshsdk/core": "1.5.25", "@meshsdk/react": "1.1.12",

sennykalidien avatar Aug 18 '24 10:08 sennykalidien