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
{{ message }}
This repository was archived by the owner on Dec 20, 2025. It is now read-only.
Am I correct in thinking that this package is automatically published when new versions of react/react-dom are released?
Currently react is on version 17.0.1, but there is only a 17.0.0 version of @hot-loader/react-dom, and since the peer dependency on react is strict, you get a warning when installing this package (if using the latest react):
npm WARN @hot-loader/react-dom@17.0.0 requires a peer of react@17.0.0 but none is installed. You must install peer dependencies yourself.
Is there a specific reason the peer dependency is so strict? Could this be loosened?
Am I correct in thinking that this package is automatically published when new versions of
react/react-domare released?Currently
reactis on version17.0.1, but there is only a17.0.0version of@hot-loader/react-dom, and since the peer dependency onreactis strict, you get a warning when installing this package (if using the latestreact):Is there a specific reason the peer dependency is so strict? Could this be loosened?