react-mic
react-mic copied to clipboard
Wave disappear after onStop is called
<ReactMic
record={record}
className={styles.recordBar}
onStop={onStop}
strokeColor={"#001529"}
backgroundColor={"#FFFFFF"}
/>
my onStop
function is just storing the data in some state.
When my record
boolean changed to false
, the wave disappears.
Yes I am having the same issue. After stop, the wave component disappears. Any solution?
Same problem here: https://codesandbox.io/s/ecstatic-dust-480ub
Same issue, here! Any solution?
Using version 1.1.2 of the package (prior to this commit) solves the problem of the wave disappearing. Not sure about the memory implications of using this version though.