leozdgao / react-async-script-loader

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

Avoid npm peer dependency warnings when using with React v16 #23

Closed acusti closed 6 years ago

acusti commented 6 years ago

Addresses #20

dganoff commented 6 years ago

@acusti When will this be available in a new release version? The latest release (0.3.0) still has this peer dependency error: react-async-script-loader@0.3.0 requires a peer of react@^15.5.4 but none was installed. Thanks.

acusti commented 6 years ago

@dganoff Seems like there’s a number of fixes that people are waiting to see published (like #6). I believe @leozdgao would be the person best suited for that task, though I’m guessing this module is no longer a priority for them. Here’s hoping 🤞

dganoff commented 6 years ago

Hi @leozdgao, What's the plan for publishing a new version of this package? Thanks!