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 working on #2031 we realised that there is an issue with the compositor _full_map on app startup, in that it does not contain the widgets that are nested within the DOM.
To reproduce:
Run the app below and connect to the console.
Press P after app startup and note the size of the map that is printed.
Scroll the app to the very bottom.
Press P again.
Notice that the map that was printed now is significantly bigger.
When working on #2031 we realised that there is an issue with the compositor
_full_map
on app startup, in that it does not contain the widgets that are nested within the DOM.To reproduce:
P
after app startup and note the size of the map that is printed.P
again.App
The text was updated successfully, but these errors were encountered: