-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wave disappear after onStop is called #10
Comments
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? |
gracew
added a commit
to gracew/story
that referenced
this issue
Jul 16, 2020
uses version prior to cleandersonlobo/react-mic@5cc084e see cleandersonlobo/react-mic#10
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
my
onStop
function is just storing the data in some state.When my
record
boolean changed tofalse
, the wave disappears.The text was updated successfully, but these errors were encountered: