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
The DijitWrapper should not preserve DOM when destroying a Dijit instance. This is because when a DijitWrapper is destroyed by the widgeting system, it is only done when the DOM it is responsible is supposed to be removed from the document. Preserving the DOM causes phantom Dijit instances to render when there is some sort of conditional rendering in the direct parent.
The text was updated successfully, but these errors were encountered:
Bug
The
DijitWrapper
should not preserve DOM when destroying a Dijit instance. This is because when aDijitWrapper
is destroyed by the widgeting system, it is only done when the DOM it is responsible is supposed to be removed from the document. Preserving the DOM causes phantom Dijit instances to render when there is some sort of conditional rendering in the direct parent.The text was updated successfully, but these errors were encountered: