Do-hyun Ko (Dori)
Results
2
issues of
Do-hyun Ko (Dori)
File selector does not appear when "import character" or "load backup locally" button clicked. Safari security policy seems to be the cause of this issue - input.click() is not working...
``` setWavesurfer(ws)} onPlay={() => setIsPlaying(true)} onPause={() => setIsPlaying(false)} plugins={[]} /> ``` When plugins array is provided like above (whether empty or not), useEffect in `useWavesurferInstance` causes infinite rerendering. Fixed this...