You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says "Cannot find module 'svelte-toc' or its corresponding type declarations."
I have seen this error before when I tried to use a package that does not support typescript, or I forgot to install its @type package.
Sounds like it might be the same problem as janosh/svelte-multiselect#233. If so, the recommended solution is also the same. Either update to typescript v5 and set your module resolution to "bundler" or downgrade to before this package version migrated to svelte-package v2.
Hi, does this library support TypeScript?
I am getting errors when I import this library in my TypeScript project.
The text was updated successfully, but these errors were encountered: