Nelu Malancea

Results 3 issues of Nelu Malancea

## Describe the bug It looks like this package isn't working with react-dom 18. I get this warning in the console and the element doesn't render at all in the...

bug

![Screenshot 2024-04-29 at 1 01 41 PM](https://github.com/agilgur5/react-signature-canvas/assets/3107683/10aad32f-43bb-4425-819a-e56b4d11bb7a) I get this warning in the browser console when calling `toDataURL`: ``` Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently...

kind: feature
kind: optimization

When trying to use the `useVideoJs` hook shown [here](https://joelhooks.com/usevideojs-a-react-hooks-for-videojs) I get the error `changedKey is not defined` on line 15. Do you know what the right way to fix it...