-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IE11 support broke since style option #77
Comments
Changing the var makes sense. But for the shadow root, what happens when you don't pass in a selector at all? That should fallback to the default |
|
Using this library in IE11 no longer work out of the box.
line 127 etc:
Replacing
const
withvar
fixes this.Also note that
ShadowRoot
(line 266) is not supported in IE11. Therefore theselector
parameter needs to be passed when calling a Toastify:The text was updated successfully, but these errors were encountered: