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
Could not find a declaration file for module 'react-cookies'. '.../node_modules/react-cookies/build/cookie.js' implicitly has an 'any' type.
Try npm install @types/react-cookies if it exists or add a new declaration (.d.ts) file containing declare module 'react-cookies';ts(7016)
The text was updated successfully, but these errors were encountered:
When I import react-cookies into my project.
Like this
import cookies from 'react-cookies';
I get an error that reads:
Could not find a declaration file for module 'react-cookies'. '.../node_modules/react-cookies/build/cookie.js' implicitly has an 'any' type.
Try
npm install @types/react-cookies
if it exists or add a new declaration (.d.ts) file containingdeclare module 'react-cookies';
ts(7016)The text was updated successfully, but these errors were encountered: