You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use *ngFor instead of static data, the error will appear
What is expected?
--
What is actually happening?
ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ant-radio-wrapper-disabled: false'. Current value: 'ant-radio-wrapper-disabled: true'.
Other?
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
lockbot
locked as resolved and limited conversation to collaborators
Jun 28, 2019
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
Version
1.1.0
Environment
see reproduction link
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-fcxcmw?file=src/app/app.component.html
Steps to reproduce
use
*ngFor
instead of static data, the error will appearWhat is expected?
--
What is actually happening?
ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ant-radio-wrapper-disabled: false'. Current value: 'ant-radio-wrapper-disabled: true'.
Other?
The text was updated successfully, but these errors were encountered: