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
I'm trying to use react-mic with a NextJs + Typescript project
But seams like react-mic is not ready to work with Typescript, is that right?
import{ReactMic}from'react-mic'------importdoens't work and in my vscode react-mic part is red with a message saying "Could not find a declaration file for module 'react-mic'. "
I've added react-mic as a dependency with a command:
yarn add react-mic
Everything compiled successfully, but the error is happening at runtime
The text was updated successfully, but these errors were encountered:
Right, TypeScript is a Javascript npm package. I'm not going to be supporting TypeScript, but you can fork the library and create a version of it that works with TypeScript :)
Hello guys, thanks for this amazing lib.
I'm trying to use react-mic with a NextJs + Typescript project
But seams like react-mic is not ready to work with Typescript, is that right?
I've added react-mic as a dependency with a command:
Everything compiled successfully, but the error is happening at runtime
The text was updated successfully, but these errors were encountered: