fbaiodias / react-video-recorder

https://react-video-recorder.vercel.app/
MIT License
189 stars 155 forks source link

JSX element type 'VideoRecorder' does not have any construct or call signatures. #176

Open korayaggul opened 1 year ago

korayaggul commented 1 year ago

import VideoRecorder from "react-video-recorder";

const FromVideoRecorder = (props: FRInterface) => { return (

{!props.video && ( { props.setVideo(videoBlob); }} /> )} {props.video && ( <>

); };

ThomasCarstens commented 1 year ago

Hi. Did you find a fix in the end?