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
calling new Notyf() creates DOM elements in the body - in order to later use it as a container for notifications.
but there is no way do destroy a Notyf instance - and safly remove these containers.
(calling the constructor multiple times - will create multiple containters).
The text was updated successfully, but these errors were encountered:
calling
new Notyf()
creates DOM elements in the body - in order to later use it as a container for notifications.but there is no way do destroy a Notyf instance - and safly remove these containers.
(calling the constructor multiple times - will create multiple containters).
The text was updated successfully, but these errors were encountered: