styled-components
styled-components copied to clipboard
Please update documentation with resolutions to v6
https://styled-components.com/docs/basics#installation
You say "we also highly recommend you add an entry to it as well corresponding to the major version range" and then suggesto to use ^5.
This is so confusing!
insetead of
{ "resolutions": { "styled-components": "^5" } }
put this
{ "resolutions": { "styled-components": "^6" } }
Thanks