Version
5.0.0
Test Case
Not sure how to show it on codesandbox since it's a package installation issue.
Steps to reproduce
yarn add react-router-dom
Expected Behavior
Package installs with no errors or warnings.
Actual Behavior
Package installation gives a warning:
warning react-router-dom > react-router > create-react-context > fbjs
> core-js@1.2.7: core-js@<2.6.5 is no longer maintained. Please, upgrade
to core-js@3 or at least to actual version of core-js@2
After reading the v5 announce article with mention of 5 months of tests before release, this is a bizarre and terrible thing to see in console.