casesandberg / casesandberg/react-color
ChromePicker broken on 2.19.3 version in Internet Explorer 11
Open
- Dominant language
- JavaScript
- Stars
- 12.3k
- Forks
- 920
- PR merge metrics
- No merged PRs in 30d
Description
## Issue Description
Using ChromePicker (npm react-color v2.19.3) in Internet Explorer 11 is not working and clash service.
When I click on the color dragged in chrome picker, then it will see an error like this message in console.
```
SCRIPT438: Object doesn't support property or method 'contains'
```
If you downgrade to v2.8.1, it will not see any errors.
## NOTE
- Issue is only on IE 11.
- My application is built with "Next.js".

Contributor guide
Assessment
This issue has not been assessed yet.