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
NzStepComponent.html:1 ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ngIf: false'. Current value: 'ngIf: true'.
at viewDebugError (core.js:7601)
at expressionChangedAfterItHasBeenCheckedError (core.js:7589)
at checkBindingNoChanges (core.js:7691)
at checkNoChangesNodeInline (core.js:10552)
at checkNoChangesNode (core.js:10541)
at debugCheckNoChangesNode (core.js:11144)
at debugCheckDirectivesFn (core.js:11072)
at Object.eval [as updateDirectives] (NzStepComponent.html:1)
at Object.debugUpdateDirectives [as updateDirectives] (core.js:11061)
at checkNoChangesView (core.js:10440)
我本地加载还有,这个在链接中没复现
NzStepComponent.html:1 ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'null: 1'. Current value: 'null: 2'.
at viewDebugError (core.js:7601)
at expressionChangedAfterItHasBeenCheckedError (core.js:7589)
at checkBindingNoChanges (core.js:7691)
at checkNoChangesNodeInline (core.js:10552)
at checkNoChangesNode (core.js:10541)
at debugCheckNoChangesNode (core.js:11144)
at debugCheckRenderNodeFn (core.js:11098)
at Object.eval [as updateRenderer] (NzStepComponent.html:1)
at Object.debugUpdateRenderer [as updateRenderer] (core.js:11087)
at checkNoChangesView (core.js:10442)
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
Sep 17, 2019
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
Version
1.5.0
Environment
MacOS, Chrome 69.0.3497.92
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-tusl9b?file=src%2Fapp%2Fapp.component.html
Steps to reproduce
What is expected?
不报Error
What is actually happening?
报了
我本地加载还有,这个在链接中没复现
Other?
不影响实际数据,但是上面的错误
The text was updated successfully, but these errors were encountered: