cheapsteak / react-transition-group-plus

A more full-featured transition group for React
Other
268 stars 20 forks source link

Fix 'const are not supported in strict mode' (Safari) #8

Closed amorino closed 8 years ago

amorino commented 8 years ago

In Safari and using webpack, the library throws the following error: SyntaxError: Unexpected keyword 'const'. Const declarations are not supported in strict mode. (anonymous function)

cheapsteak commented 8 years ago

Oh wow nice catch, thanks for the fix :)