react-wavesurfer
react-wavesurfer copied to clipboard
Enzyme "mount" test, "cannot set property 'fillStyle' of null.
I saw this and it looks like it may be a similar issue. Unfortunately, this module is not supported by wavesurfer.js-2 as of now.
I have a basic wavesufer component in my codebase and a test using the enzyme "mount" method that is now failing with the error: TypeError: Cannot set property 'fillStyle' of null.
I'm getting the same issue. ): Were you ever able to fix this?