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
When you nest CSS bindings inside of each other that have futures in them things get sent to the browser in the wrong order. The parent future will
complete after the child futures and as a result "Loading..." will be what's on the page at all times.
It seems as though these futures should all roll up into a single partial update instead of each doing their own partial update.
The text was updated successfully, but these errors were encountered:
When you nest CSS bindings inside of each other that have futures in them things get sent to the browser in the wrong order. The parent future will
complete after the child futures and as a result "Loading..." will be what's on the page at all times.
It seems as though these futures should all roll up into a single partial update instead of each doing their own partial update.
The text was updated successfully, but these errors were encountered: