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 trying to add components by using the .element property and appending them to an existing <div/> the components are never considered "ready" and therefore never resize, or show correctly.
Expected Behavior
Should be able to add a UI anywhere in the DOM tree and it all work as expected.
When trying to add components by using the
.element
property and appending them to an existing<div/>
the components are never considered "ready" and therefore never resize, or show correctly.Expected Behavior
Should be able to add a UI anywhere in the DOM tree and it all work as expected.
Test app / minimal test case
The text was updated successfully, but these errors were encountered: