You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no check if self still exists when the timeout ends.
That causes an issue in my react app: when the component is unmounted before the recording is stopped, an error occurs saying Cannot read property 'blob' of null.
The text was updated successfully, but these errors were encountered:
angekouf
changed the title
No check if class still exists while
No check if class instance still exists in handleRecordingDuration
Feb 18, 2021
RecordRTC/dev/RecordRTC.js
Lines 217 to 221 in 3585e67
There is no check if
self
still exists when the timeout ends.That causes an issue in my react app: when the component is unmounted before the recording is stopped, an error occurs saying
Cannot read property 'blob' of null
.The text was updated successfully, but these errors were encountered: