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
Anyone came across this issue ? I literally just followed the getting started and got hit with this on the first line of code. Would appreciate any takes on how to solve this!
Uncaught runtime errors:
×
ERROR
Class extends value undefined is not a constructor or null
TypeError: Class extends value undefined is not a constructor or null
at ./node_modules/@metaplex-foundation/mpl-token-metadata/dist/src/errors.js (http://localhost:3000/static/js/vendors-node_modules_metaplex-foundation_mpl-token-metadata_dist_src_index_js-node_modules_me-1c523c.chunk.js:327:40)
at options.factory (http://localhost:3000/static/js/bundle.js:144578:31)
at __webpack_require__ (http://localhost:3000/static/js/bundle.js:143966:33)
at fn (http://localhost:3000/static/js/bundle.js:144235:21)
at ./node_modules/@metaplex-foundation/mpl-token-metadata/dist/src/hooked/metadataDelegateRoleSeed.js (http://localhost:3000/static/js/vendors-node_modules_metaplex-foundation_mpl-token-metadata_dist_src_index_js-node_modules_me-1c523c.chunk.js:19200:18)
I tested with create-next-app from scratch and works fine. But fails with create-react-app v18&17
The text was updated successfully, but these errors were encountered:
Hello Metaplex Dev team/ OS gang;
Anyone came across this issue ? I literally just followed the getting started and got hit with this on the first line of code. Would appreciate any takes on how to solve this!
I tested with create-next-app from scratch and works fine. But fails with create-react-app v18&17
The text was updated successfully, but these errors were encountered: