Skip to content
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

fix(runtime): simplify classlist.add/remove for IE11 #1760

Merged
merged 1 commit into from
Jul 24, 2019

Conversation

cary-smith
Copy link
Contributor

IE11 unfortunately cannot handle multiple arguments when using HTMLelement.classList.add/remove. This should fix some issues with IE11 errors. Someday the terrible browser will die, till then....

I believe this should fix #1757.

@manucorporat manucorporat merged commit f51cb8f into ionic-team:master Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IE11 - Component does not load when class attribute is used in JSX template
3 participants