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
Describe the bug
When bundling in development mode the check for unknown props utilizes the Array.prototype.includes method which isn't supported on ie 11. This causes a break on ie11
Logs
Expected behavior
Conduitry suggested in the discord that this should be replaced with indexOf to avoid having to use a polyfill
Information about your Svelte project:
Your browser and the version: (IE 11)
Your operating system: (Windows 7)
Svelte version (3.12..1)
Whether your project uses Webpack or Rollup
Severity
Renders usage in IE 11 while developing useless so decently annoying. Requires excess polyfills simply to develop although it is not a blocking issue as adding a polyfill should fix the issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
When bundling in development mode the check for unknown props utilizes the Array.prototype.includes method which isn't supported on ie 11. This causes a break on ie11
Logs
Expected behavior
Conduitry suggested in the discord that this should be replaced with indexOf to avoid having to use a polyfill
Information about your Svelte project:
Your browser and the version: (IE 11)
Your operating system: (Windows 7)
Svelte version (3.12..1)
Whether your project uses Webpack or Rollup
Severity
Renders usage in IE 11 while developing useless so decently annoying. Requires excess polyfills simply to develop although it is not a blocking issue as adding a polyfill should fix the issue.
The text was updated successfully, but these errors were encountered: