Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(README): Add String.prototype.includes to polyfill (#277)
I found the picker was failing under IE11 with the current polyfill: `object doesn't support method or property 'includes'` Adding String.prototype.includes seems to fix it.
- Loading branch information