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
I'm using react-universal-component in multiple gatsby.js projects. Current version of gatsby.js made switch from hot-reload to better supported by React react-refresh
I've updating the codebase, and stumble upon yarn install warning:
I'm using
react-universal-component
in multiplegatsby.js
projects. Current version ofgatsby.js
made switch from hot-reload to better supported by Reactreact-refresh
I've updating the codebase, and stumble upon yarn install warning:
And I got curious if it
react-hot-loader
dependency ofreact-universal-component
could break or conflict withreact-refresh
some way.PS: I do not care much about @types/react missing peer dependency, as @types/react-dom has it as direct dependency.
The text was updated successfully, but these errors were encountered: