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
Open Chrome devtools Performance monitor and Memory tabs
Run the garbage collector in the Memory tab and take note of the DOM nodes count in Performance monitor
Click the button to create a toast and wait for it to disappear
Run the garbage collector again
Create a memory snapshot, you'll notice the DOM nodes count has increased and the memory snapshot has a Detached <li tabindex="0" class="" data-sonner-toast="" --
Repeat and watch DOM node count increase linearly with each toast() call
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Detached <li tabindex="0" class="" data-sonner-toast="" --
toast()
callThe text was updated successfully, but these errors were encountered: