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
The problem is that when CD strategy is set onPush - we should trigger change detection manually when dynamically loading component (when loading the modal content).
Issue is reproduced here.
It happens when the following conditions are true:
showModal()
is used in a component that has its change detection strategy set toonPush
.showModal()
is called from an async callback (e.x.setTimeout()
)The text was updated successfully, but these errors were encountered: