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 '@synapsestudios/react-drop-n-crop'. '.../node_modules/@synapsestudios/react-drop-n-crop/lib/index.js' implicitly has an 'any' type.
Try npm install @types/synapsestudios__react-drop-n-crop if it exists or add a new declaration (.d.ts) file containing declare module '@synapsestudios/react-drop-n-crop';
using the const = require form cuses problems when I render - with the message that render expects a string but got an object.
The text was updated successfully, but these errors were encountered:
😊 Will put together a .d.ts file one of these days ...
bobeagan
added
bug
Something isn't working
trivial
Severity: It does not impact productivity or efficiency. It is merely an inconvenience.
labels
Apr 6, 2020
Having issues when using with Typescript.
Could not find a declaration file for module '@synapsestudios/react-drop-n-crop'. '.../node_modules/@synapsestudios/react-drop-n-crop/lib/index.js' implicitly has an 'any' type.
Try
npm install @types/synapsestudios__react-drop-n-crop
if it exists or add a new declaration (.d.ts) file containingdeclare module '@synapsestudios/react-drop-n-crop';
using the const = require form cuses problems when I render - with the message that render expects a string but got an object.
The text was updated successfully, but these errors were encountered: