jpuri / draftjs-utils

An collection of useful utility functions for DraftJS.
MIT License
286 stars 47 forks source link

fix startsWith brakes IE #31 #32

Open simon-rad opened 4 years ago

simon-rad commented 4 years ago

31

I have to ship my app to IE users. https://caniuse.com/#search=startsWith

I know that I can use a polyfill but, it's not obvious, and requires digging where startsWith was used.