Skip to content
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

Open
Muhammad-Adam opened this issue Feb 27, 2020 · 4 comments
Open

Wave disappear after onStop is called #10

Muhammad-Adam opened this issue Feb 27, 2020 · 4 comments

Comments

@Muhammad-Adam
Copy link

<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.

@nemesis1346
Copy link

Yes I am having the same issue. After stop, the wave component disappears. Any solution?

@cropcrop
Copy link

Same problem here: https://codesandbox.io/s/ecstatic-dust-480ub

@wiliam-toney
Copy link

Same issue, here! Any solution?

gracew added a commit to gracew/story that referenced this issue Jul 16, 2020
@gracew
Copy link

gracew commented Jul 20, 2020

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants