fris-fruitig / react-firebase-file-uploader

An image uploader for react that uploads images to your firebase storage
https://npm.im/react-firebase-file-uploader
166 stars 45 forks source link

Hi, I have an issue using react-firebase-file-uploader with next js #53

Open ghost opened 3 years ago

ghost commented 3 years ago

module "/home/edagurcia/Escritorio/mern-guia-completa/producthunt-nextjs/node_modules/react-firebase-file-uploader/lib/index" Could not find a declaration file for module 'react-firebase-file-uploader'. '/home/user/Escritorio/mern/project-nextjs/node_modules/react-firebase-file-uploader/lib/index.js' implicitly has an 'any' type. Try npm install @types/react-firebase-file-uploader if it exists or add a new declaration (.d.ts) file containing declare module 'react-firebase-file-uploader';ts(7016)

Any updates on this?

qnxdev commented 3 years ago

Having no issues at Next 10.0.3

jackykwandesign commented 3 years ago

So is this package support typescript or not ? cause i saw 1 pull request about this but no one process it.

jackykwandesign commented 3 years ago

Next

are you using typescript ?