Nested future behavior in snippets doesn't behave as expected
farmdawgnation opened this issue · 0 comments
farmdawgnation commented
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.