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
Click onPush mode component, the value of the input box will be updated after 1S, click the non -OnPush mode component, the input box value cannot be updated after 1S
What is exfected?
No matter whether the OnPush mode component, you should refresh the component value in time
What is actually happy?
Non -Onppush components cannot be presented normally
Reproduction link
https://stackblitz.com/edit/7ajuqa7i?file=src%2Fapp%2Fapp.component.ts
Steps to reproduce
点击onpush模式组件,输入框的值会在1s后更新,点击非onpush模式组件,输入框值无法在1s后更新
What is expected?
不管是否OnPush模式组件,都应该及时刷新组件值
What is actually happening?
非OnPush组件无法正常呈现
zorro v17.x正常, 从v18.x开始出现异常。同样的场景使用NzModal不存在这样的问题。
可能问题点
The text was updated successfully, but these errors were encountered: