`styled-components` as peerDependency
See original GitHub issueShouldn’t styled-components
be a peerDependency ?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
PeerDependency made with styled-component, how does it ...
I have created a module that contains react components made with styled-components. I have excluded react from the dependencies and added it ...
Read more >FAQs - styled-components
Adding styled-components to peerDependencies will signal your library consumers that styled-components is not included with the library and they need to install ...
Read more >How to serve a React component library dependent on Styled ...
I've installed all my deps, imported components from the component library, built a new project specific Styled Component within the CRA project ...
Read more >warning " > styled-components@5.3.6" has unmet peer ...
A peer dependency means that you have to provide the package with that dependency, it doesn't get included by default. You mentioned you...
Read more >styled-components versions and peer dependencies
Online Peer dependency version tool to search for compatible versions of related NPM packages.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That’s sort of what I was suggesting, except the new package would be
mdx-deck-components
Closing in favor of #132