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
Hi, I installed the plugin through NPM, but sadly it's impossible to use it.
Could not find a declaration file for module 'react-layers-manager'. '.../node_modules/react-layers-manager/lib/index.cjs.js' implicitly has an 'any' type.
Try npm i --save-dev @types/react-layers-manager if it exists or add a new declaration (.d.ts) file containing declare module 'react-layers-manager';ts(7016)
Any idea ? Thanks
The text was updated successfully, but these errors were encountered:
Hi, I installed the plugin through NPM, but sadly it's impossible to use it.
Could not find a declaration file for module 'react-layers-manager'. '.../node_modules/react-layers-manager/lib/index.cjs.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/react-layers-manager
if it exists or add a new declaration (.d.ts) file containingdeclare module 'react-layers-manager';
ts(7016)Any idea ? Thanks
The text was updated successfully, but these errors were encountered: