styled-components icon indicating copy to clipboard operation
styled-components copied to clipboard

Please update documentation with resolutions to v6

Open Luk-z opened this issue 1 year ago • 0 comments

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

Luk-z avatar Oct 08 '24 13:10 Luk-z