-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storybook doesn't display Docs page #128
Comments
Can you try adding |
@IanVS Just did it. Had this error
|
I was able to work around the issue in your repo by adding this to the top level package.json:
This is only necessary until the official release of 6.4.0, which would then satisfy the semver range specified by storybook-builder-vite. Note also, there are some |
Can also confirm that it works in my workspace repo with an explicit |
That seems related to storybookjs/storybook#16099. |
like but not. |
@leesgithub2019 could you please open another issue and provide a reproduction? It's difficult to troubleshoot otherwise. |
well. |
This issue is an unfortunate consequence of how beta versions work in semver, combined with the loose coupling of packages across the storybook ecosystem. Once 6.4.0 is released, it will start to work again. The only other thing I can think to do is to create a peer dependency on |
@IanVS Your fix helped to run my example, thanks. I don't see props' annotations, though. Should it be like that? |
Yes, that's a separate problem, unfortunately. #103 |
@IanVS also I started see this warning now.
Do you have plans to fix it? I can try to fix this problem myself. But my current knowledge of vite and this builder is very little. So learning will take time. |
I haven't seen that new error before, @morewings. Would you mind opening a new issue with a description of how to reproduce it? As for annotations on the docs page, I believe it's going to require some changes in storybook itself, which the maintainers are planning on making for 7.0. |
I ran into something similar, although I haven't confirmed its directly related to storybook-vite Reproduction |
@blowsie can you please try upgrading to the latest version of storybook-builder-vite? |
Oh I see in your reproduction that you have. Hmmmmm. I'll take a look. This should have been fixed in 0.1.22. maybe try clearing your node_modules and browser cache, just in case? |
This was a clean installation today, I |
@blowsie I cloned your repo, tried to npm install and got errors about artifactory, removed the package-lock.json, ran Speaking of which, since 6.4.0 has been released I'm going to close out this issue. If anyone still has problems that isn't already captured in another issue, please open one with a reproduction repo, that's extremely helpful. |
@IanVS just to be sure, did you check the docs tab? |
@blowsie yep, works fine! |
MDX story is not rendering for
0.1.3
version. I see these two messages in console:MRP is available here https://github.com/morewings/forge/tree/master/packages/library-vite
The text was updated successfully, but these errors were encountered: