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
That is NOT accessible on NPM when I install this package. It will warn:
npm WARN react-lazyload@3.1.0 requires a peer of react@^0.14.0 || ^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
@ameerthehacker there's an issue with the 3.1.0 release in the Yarn registry. The change that adds React ^17.0.0 to the peer dependency list is not there after installing it.
Activity
ameerthehacker commentedon Oct 31, 2020
Sure @petertenhoor a PR would be very helpful if possible.
support react 17
magnnus commentedon Nov 30, 2020
That is NOT accessible on NPM when I install this package. It will warn:
Maybe you should release a new Version on NPM.
hinsenchan commentedon Jan 5, 2021
@ameerthehacker there's an issue with the 3.1.0 release in the Yarn registry. The change that adds React ^17.0.0 to the peer dependency list is not there after installing it.