jasonkuhrt / react-popover

A smart popover component for React
600 stars 240 forks source link

Update index.js for better js backwards compatibility #205

Open dobesv opened 5 years ago

dobesv commented 5 years ago

This file is not run through babel but it uses const. The other files that are run through babel replace const with var, so this is the only file that won't work in a browser that doesn't support const. For example, an iOS 8 device.