8 Replies
That's surprising, what's your setup/framework?
Maybe retry
npm i @xixixao/uploadstuff
?next14
I just did
and added
to
app/page.tsx
and I'm not seeing this
Restarting TS is another thing I'd try
(which you probably did already)let me commit my repo
GitHub
GitHub - webdevcody/the-obsidian-forge
Contribute to webdevcody/the-obsidian-forge development by creating an account on GitHub.
oh wait
i'm still on 13?
one sec let me update all my libs
It's the
"moduleResolution": "node",
in your tsconfig, you need "moduleResolution": "bundler",
(I swear getting a React library to work with all permutations of typescript and frameworks is nigh impossible)nice ty!