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
So, I'm facing an issue right now that when calling rerender function with component that uses OnPush doesn't cause component to change the properties. Here's an example:
Hey, thanks for this lib :)
So, I'm facing an issue right now that when calling
rerender
function with component that usesOnPush
doesn't cause component to change the properties. Here's an example:All the tests above fail when using
OnPush
, but if I remove this, all pass.The text was updated successfully, but these errors were encountered: