-
Notifications
You must be signed in to change notification settings - Fork 772
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
ExpressionChangedAfterItHasBeenCheckedError: using fxHide #421
Comments
Please provide a Plunkr demo. |
Related to #415 |
Had same issue and fix it after reading this blog post |
@nadjem - There are several solution approaches... I am curious how you fixed it on your version.
|
@ThomasBurleson ngOnInit() {
setTimeout(() => {
this.parent.text = 'updated text';
});
} and it work for me. ;) |
@nadjem - Understood. In our case, a |
@ThomasBurleson ok I understand, if you have a better solution i am really interested |
I have the same issue but non fxFlex related.. the problem occurs when using md-accordion component from Material Design. I want to have the panel expanded on load if the route match "outerLinkActive #rla="routerLinkActive" [expanded]="rla.isActive"" this works but gives this error in the console. I can solve this problem by using "changeDetection: ChangeDetectionStrategy.OnPush" but then I cant use outerLinkActive... still looking for a solution :) |
This is a race condition present in the RouterLinkActive. |
It's been three months since a demo was requested. If you can provide one with the specified behavior, we can reopen this issue. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Expression has changed after it was checked. Previous value: 'false'. Current value: 'true'
I am using fxHide.gt-sm
The text was updated successfully, but these errors were encountered: