Jignesh Kakadiya

Results 3 issues of Jignesh Kakadiya

Looks like after upgrading the react-native and react versions app started crashing because of the memory leaks. I did the profiling which shows something like this. I am using around...

![Screenshot 2023-07-28 at 1 11 35 PM](https://github.com/xzdarcy/react-timeline-editor/assets/574802/55548874-1ee4-4e1e-9e72-ed16806a1e0f) ![Screenshot 2023-07-28 at 1 11 49 PM](https://github.com/xzdarcy/react-timeline-editor/assets/574802/d5d16d21-e908-4908-b38b-6d242feec11a)

I got `Uncaught TypeError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The provided float value is non-finite.` error while executing below snippet. ``` var canvas = document.getElementById('canvas'); canvas.width = 150; canvas.height...