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
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Hellou, #140 has been marked as solved, but I just found another few errors in 2.0.0-beta.5, in regards to fxShow fxHide.md and the alike. Consider the following example for reproducing:
Set your browser to md width and refresh the page. You'd expect to see
Type 1, row a
Type 1, row b
Type 1, row c
, but the output is
Type 1, row a
Type 1, row b
Type 2, row c
which is wrong on multiple levels. It seems the views fix themselves on update. Meaning when you resize the window width to gt-md and back to md, Type 2, row c will then be correctly hidden. And when you resize the window to xs and back to gt-xs, the missing Type 1, row c pops up.
So, I see wrong initialization and weird interference of multiple elements. I might be missing something.