-
Notifications
You must be signed in to change notification settings - Fork 31
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
Pseudo State Drop Down Missing in Storybook 8 #116
Comments
I am having the exact same problem with my Angular application. |
I made a reproduction case here: #108 (comment) |
Any updates on this? |
I'd love an update as well. :) |
We are waiting this features! :) |
I'm also stuck on this point Please provide the solution . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This plugin provides a dropdown in the main toolbar that can be used to toggle various configured pseudo states on a component. As of Storybook 8, this dropdown no longer appears in the main toolbar (it was working in v7). I've seen #111, but the fix there does not seem to have brought the dropdown back for me. I did a reduced test case for this with a very minimal component and Storybook implementation, but I am still not seeing the dropdown. I can verify that the add on is still working behind the scenes, because setting something like:
still has the effect of generating the
.pseudo-hover-all
selector in the rendered CSS.The setup I am using to test this is:
React + Typescript + Vite (in library mode) + SWC
Storybook v8.0.8
Storybook Addon Pseudo States v3.0.1
Let me know if I can provide more information or I can help to troubleshoot this further. Thanks!
The text was updated successfully, but these errors were encountered: