-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Not sure what you're targeting as far as browser support but the following line blows up in IE11:
Line 1 in 6987950
| const removeHash = hex => (hex.startsWith('#') ? hex.slice(1) : hex); |
This is because String.prototype.startsWith isn't supported as shown in this table: http://kangax.github.io/compat-table/es6/#test-String.prototype.startsWith
Metadata
Metadata
Assignees
Labels
No labels