-
Notifications
You must be signed in to change notification settings - Fork 26
Labels
bugUnexpected problem or unintended behavior that impairs normal functioning.Unexpected problem or unintended behavior that impairs normal functioning.
Description
Adobe Client Data Layer throughs console error in IE11. In the source code there is usage of .find method on the Array instance which is not supported by IE11.
Expected Behaviour
There are no errors in console when using IE11. IE11 is fully supported as a browser. Static code analysis via eslint detect browser support correctly according to browserlist provided in .browserlistrc.
Actual Behaviour
There are errors in console when using IE11. ESLint doesn't recognize unsupported ES/JS according to browser list provided in .browserlistrc.
Metadata
Metadata
Assignees
Labels
bugUnexpected problem or unintended behavior that impairs normal functioning.Unexpected problem or unintended behavior that impairs normal functioning.