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
Turns out we don't have proper support for selectors and therefore shadow elements inside the old school toastify.js file (as opposed to how it works in toastify-es.js. Simple fix to allow proper selection of shadow root, we just need to save the rootElement and reference it here.
Turns out we don't have proper support for selectors and therefore shadow elements inside the old school
toastify.js
file (as opposed to how it works intoastify-es.js
. Simple fix to allow proper selection of shadow root, we just need to save therootElement
and reference it here.toastify-js/src/toastify.js
Line 356 in 5725170
The text was updated successfully, but these errors were encountered: