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
I stumbled into an issue where nodes that have if\unless bindings when their default value is false\true (respectively for if\unless) or binded method evaluates to false\true - they flash briefly before being hidden (depending on browser, cpu performance, etc).
In such cases I had to opt out for Blaze '#if' which doesnt render the node at all.
I suggest that all nodes that have if\unless bindings have dispay: none by default to prevent this.
The text was updated successfully, but these errors were encountered:
I stumbled into an issue where nodes that have if\unless bindings when their default value is false\true (respectively for if\unless) or binded method evaluates to false\true - they flash briefly before being hidden (depending on browser, cpu performance, etc).
In such cases I had to opt out for Blaze '#if' which doesnt render the node at all.
I suggest that all nodes that have
if\unless
bindings havedispay: none
by default to prevent this.The text was updated successfully, but these errors were encountered: