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

Cannot properly handle ExpressionChangedAfterItHasBeenCheckedError #213

Open
SimoneMSR opened this issue Jun 25, 2019 · 0 comments
Open

Comments

@SimoneMSR
Copy link

SimoneMSR commented Jun 25, 2019

I use the onFinish output prop of the audio-track element to update my view. But I get the ExpressionChangedAfterItHasBeenCheckedError error.

I have tried two solutions to the problem: ChangeDetectorRef and setTimeout.
I cannot solve the error by using a ChangeDetectorRef in my component since I would like to use the progress bar, and the progress bar does not have a onProgress output (is should call the ChangeDetectorRef.markForChange in it).
If I wrap the view update in a setTimeout call, this other problem happens .

How could I solve?

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

1 participant