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
In my vite project I am unable to mint an NFT using the ZDK because of the following error:
Error: Dynamic require of "../schemas/zora/20210604.json" is not supported
at Validator.validate (validator.ts:24:20)
at Generator.generateJSON (generator.ts:26:33)
At first I considered this a vite issue, but it appears they won't be supporting arbitrary CommonJS deps: vitejs/vite#162 (comment)
In my vite project I am unable to mint an NFT using the ZDK because of the following error:
At first I considered this a vite issue, but it appears they won't be supporting arbitrary CommonJS deps:
vitejs/vite#162 (comment)
The offending require:
media-metadata-schemas/src/validator.ts
Line 24 in 14438d8
The text was updated successfully, but these errors were encountered: