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'm happy to open a PR if you can think of a way to calculate the order. My only thought was to base it on a timestamp/global counter since I don't think components have access to their siblings but that seems like a poor solution.
The text was updated successfully, but these errors were encountered:
I have not; my workaround has been to render all fills in their place and include a prop on the fill child (or wrapper) that prevents it from rendering anything.
Issue:
Fills are rendered in reverse order that they are mounted
Expected:
Fills are rendered in their order in the react tree
Example:
https://conscious-violet.glitch.me/
See that the order that you toggle survey/news affects their button order in the toolbar
I'm happy to open a PR if you can think of a way to calculate the order. My only thought was to base it on a timestamp/global counter since I don't think components have access to their siblings but that seems like a poor solution.
The text was updated successfully, but these errors were encountered: