NeokingdomDAO / dapp

https://dapp-neokingdom.vercel.app/
0 stars 1 forks source link

Re-enable typescripts checks #53

Closed vrde closed 6 months ago

vrde commented 1 year ago

Is this flag here because importing typechain causes errors?

https://github.com/NeokingdomDAO/dapp/blob/22dc9742d4e0ec093360371fc9bd8552ad140a4c/next.config.js#L16-L22

If so, I discovered we can use this option:

  transpilePackages: ["./contracts/typescript"],

https://nextjs.org/docs/advanced-features/compiler#module-transpilation

stecb commented 1 year ago
Screenshot 2023-04-16 at 08 08 52

it's related to this error w/ wagmi. I tried a couple of things but nothing worked, will need to dig a bit more

stecb commented 1 year ago

We can try to check if it got solved w/ the wagmi updated

andtos90 commented 7 months ago

Working on it on #167