leozdgao / react-async-script-loader

A decorator for script lazy loading on react component
MIT License
258 stars 55 forks source link

Doesnt work with react 16.3+ #32

Open adin-ttc opened 6 years ago

adin-ttc commented 6 years ago

hoist-non-react-statics requires 2.5.0 to work with newer versions of react. react 16.3+ | >= 2.5.0

Alex1100 commented 5 years ago

Could we update hoist-non-react-statics to 2.5.0 and close this issue?