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
Some new stuff has come out and we've bumped our internal project's deps to the point where Yarn is complaining about version ranges defined by RoR:
warning "[email protected]" has unmet peer dependency "babel-runtime@>= 6".
warning "[email protected]" has unmet peer dependency "js-yaml@>= 3.0.0".
This all seems to work fine so we can just loosen the dependency requirements to allow these version ranges.
Also, this happens on every page where RoR is used when using React v16:
Warning: render(): Calling ReactDOM.render() to hydrate server-rendered markup will stop working in React v17. Replace the ReactDOM.render() call with ReactDOM.hydrate() if you want React to attach to the server HTML.
The text was updated successfully, but these errors were encountered:
So I see this issue is closed, but after updating to the most recent release I'm still getting similar deprecation warnings when running yarn commands:
Some new stuff has come out and we've bumped our internal project's deps to the point where Yarn is complaining about version ranges defined by RoR:
This all seems to work fine so we can just loosen the dependency requirements to allow these version ranges.
Also, this happens on every page where RoR is used when using React v16:
The text was updated successfully, but these errors were encountered: