Closed ryanrouleau closed 4 years ago
Fixes: https://github.com/hackingbeauty/react-mic/issues/91
Only modification is moving it up to componentDidUpdate and ensuring that record was changed before calling onStart and onStop.
componentDidUpdate
record
onStart
onStop
Fixes: https://github.com/hackingbeauty/react-mic/issues/91
Only modification is moving it up to
componentDidUpdate
and ensuring thatrecord
was changed before callingonStart
andonStop
.