permaweb / ao

The ao component and tools Monorepo - 🐰 🕳️ 👈
https://cookbook_ao.arweave.dev
Other
183 stars 60 forks source link

call createDataItemSigner error in next.js #1052

Open pChao3 opened 2 hours ago

pChao3 commented 2 hours ago

Hello, when I used next.js and installed aoconnect, an error occurred when I tried to sign message using createDataItemSigner. TypeError: arweaveWallet.signDataItem is not a function at signer (browser.js:11951:38) at eval (browser.js:8855:39)

pChao3 commented 2 hours ago

What is the cause of this? and how to fix it ? Thank you