Upgrade to react-styleguidist 5.x
See original GitHub issueNow that 5.x is out, this package still requires 4.5 of react-styleguidist
"react-styleguidist": ">=4.5 <5",
It would be great to get a new version that is compatible with 5.x
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Configuration - React Styleguidist
By default, Styleguidist will look for styleguide.config.js file in your project's root folder. You can change the location of the config file using ......
Read more >React Styleguidist 5 - Medium
This is the biggest React Styleguidist update with 300 commits and four month of work. It incorporates a lot of rethinking and rewriting....
Read more >react-styleguidist - npm
React components style guide generator. Latest version: 13.0.0, last published: 2 months ago. Start using react-styleguidist in your project ...
Read more >Tech Weeklies - Easy Bolt-on Docs Using React Styleguidist
The talk will explain both the process and provide code examples on how to bootstrap your latest project in the least disruptive way....
Read more >React styleguidist error with create react app - Stack Overflow
add styleguide.config.js with follow lines module.exports = { propsParser: require("react-docgen").parse, ...
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 Free
Top 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
Anyone who wants to try the next version, please run:
yarn add --dev snapguidist@next
Feedback is highly appreciated.Hello everyone! I had some free time during the weekend, and I tried to make the minimum amount of changes to the package in order to support v5. It works with the local example (
yarn start
) as you can see here:However, I haven’t been able to make it work with the
react-styleguidist
’s basic example because it gives me the following errors:Repro steps:
git clone https://github.com/styleguidist/react-styleguidist.git
cd react-styleguidist/examples/basic
yarn add snapguidist@next
.styleguide.config.js
yarn styleguide