Chun-Lin / react-select-country-list

This is the country list data format for react-select
MIT License
52 stars 35 forks source link

error in IE #5

Closed jedmonsanto closed 4 years ago

jedmonsanto commented 4 years ago

my app won't render in IE, upon checking in Console, my build throws an error

Chun-Lin commented 4 years ago

@jedmonsanto since the source codes were written in JavaScript ES6+, you need babel to make it work on older browsers, or just bootstrap your project with tools like create-react-app or similar bootstrap tools.