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

Use IE-compatible js to check for unknown prop warnings #3915

Merged
merged 2 commits into from
Nov 13, 2019

Conversation

Conduitry
Copy link
Member

Fixes #3914. We can't use .includes or .startsWith, because those need to be polyfilled on IE.

@Conduitry Conduitry merged commit afe5ad4 into sveltejs:master Nov 13, 2019
@Conduitry Conduitry deleted the gh-3914 branch November 15, 2019 01:27
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.

Development mode warnings use array.prototype.includes which breaks bundle on IE 11
1 participant