vConsole
vConsole copied to clipboard
nextjs的项目中使用了vConsole,在页面中导入wasm的函数页面报错
vConsole Version:3.15.1
nextjs12的项目中,在_document.js文件中引入了vConsole,在pages中的某个页面中导入wasm中的函数,页面加载失败,报错:提示Failed to execute 'compile' on 'WebAssembly': An argument must be provided, which must be a Response or Promise<Response> object
同样错误