Roland Jee

Results 1 comments of Roland Jee

To fix this for now, add a file `custom.d.ts` and add the following content. ``` declare module "react-video-recorder" { const VideoRecorder: React.ComponentType; export default VideoRecorder; } ```