Closed lewisl9029 closed 9 years ago
Looks like it's caused by lack of support for startsWith in mobile safari https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith
I honestly thought babel would take care of this.
https://github.com/babel/babel/issues/2026 Looks like this is a runtime thing and needs the polyfill... didn't I include it though?
Looks like it's caused by lack of support for startsWith in mobile safari https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith
I honestly thought babel would take care of this.