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
The rewind feature in a SolidJS is really a must for me, so thank you for your effort in this direction.
I'm trying to use your projet in my application, and in VSCode, at the import line:
importRewindfrom"solid-rewind";
I get the following error from TypeScript:
Could not find a declaration file for module 'solid-rewind'. '/home/frozar/wk/flaxib/wk/scolaire/front/node_modules/solid-rewind/src/Rewind.jsx' implicitly has an 'any' type.
Try `npm i --save-dev @types/solid-rewind` if it exists or add a new declaration (.d.ts) file containing `declare module 'solid-rewind';`ts(7016)
I tried the proposed command npm i --save-dev @types/solid-rewind but the package is not available.
Do you plan to support TypeScript natively?
The text was updated successfully, but these errors were encountered:
The rewind feature in a SolidJS is really a must for me, so thank you for your effort in this direction.
I'm trying to use your projet in my application, and in VSCode, at the import line:
I get the following error from TypeScript:
I tried the proposed command
npm i --save-dev @types/solid-rewind
but the package is not available.Do you plan to support TypeScript natively?
The text was updated successfully, but these errors were encountered: