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
{{ message }}
This repository was archived by the owner on Jun 14, 2021. It is now read-only.
Could not find a declaration file for module 'react-scroll-box'. '...node_modules/react-scroll-box/target/out/index.js' implicitly has an 'any' type.
Try npm install @types/react-scroll-box if it exists or add a new declaration (.d.ts) file containing declare module 'react-scroll-box';ts(7016)
Seems to have installed fine but my project can't seem to find the type? Any suggestions. I am not having issues with any other installed packages.
This error is appearing on the line:
import {ScrollBox, FastTrack} from 'react-scroll-box'; // ES6
Could not find a declaration file for module 'react-scroll-box'. '...node_modules/react-scroll-box/target/out/index.js' implicitly has an 'any' type.
Try
npm install @types/react-scroll-boxif it exists or add a new declaration (.d.ts) file containingdeclare module 'react-scroll-box';ts(7016)Seems to have installed fine but my project can't seem to find the type? Any suggestions. I am not having issues with any other installed packages.
This error is appearing on the line:
import {ScrollBox, FastTrack} from 'react-scroll-box'; // ES6