You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
87ff772 introduced a bug as the new camelcase package ships with ES6 features and is not transpiled, so IE11 for example will choke because it has const and let (https://unpkg.com/[email protected]/index.js) You should use a package that is already transpiled for ES5 compatibility.