-
Notifications
You must be signed in to change notification settings - Fork 4k
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
利用*ngFor 生成ng-step报错 #1418
Labels
Comments
bug confirm, thanks for report. |
when will the fix release in 0.7.0-beta.5 |
vthinkxie
added a commit
that referenced
this issue
May 10, 2018
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. |
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
0.7.0-beta.5
Environment
mac
Reproduction link
https://ng-zorro-antd-setup-zyiyt6.stackblitz.io
Steps to reproduce
<nz-step nzIcon="anticon anticon-solution" *ngFor="let step of orderHistorySteps">
What is expected?
无错
What is actually happening?
console中报错
ERROR
Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ngIf: true'. Current value: 'ngIf: false'.
Other?
The text was updated successfully, but these errors were encountered: