Nextjs:使用 npm 包 'extendable-media-recorder-wav-encoder' 时未定义 Blob

问题描述 投票:0回答:0

我正在使用这个包中的“连接”功能,If I import normally it works fine but I'm getting Blob is not defined since its Nextjs

所以,我尝试如下动态导入它 Here I'm getting type error

Argument of type '() => Promise<(port: globalThis.MessagePort) => Promise>' 不可分配给 'DynamicOptions | 类型的参数装载机'。”/></a></p>
<p>然后尝试匹配类型
<a href=enter image description here

但是现在这个函数是不可调用的 enter image description here

这个包使用了Blob,由于SSR它的show Blob没有定义,怎么解决?

reactjs next.js blob server-side-rendering dynamic-import
© www.soinside.com 2019 - 2024. All rights reserved.