Skip to content
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

[BUG] Addon panel is rendered on top of other addon panels #1

Closed
yannbf opened this issue May 22, 2023 · 1 comment
Closed

[BUG] Addon panel is rendered on top of other addon panels #1

yannbf opened this issue May 22, 2023 · 1 comment

Comments

@yannbf
Copy link

yannbf commented May 22, 2023

Hey there! it seems like one of the error states of the panel is getting rendered on top of other panels.

image

To reproduce, just access any "No Story Source" story

@dongyunlee-daim
Copy link
Collaborator

We've just resolved this issue.

However, the "UseStoryPrepared" hook I use to check if a story is ready is having issues.
so I had to create a separate code utilizing the sb api. I created a PR that fixes the "useStoryPrepared" hook, but it keeps failing the lint test, so this is a workaround for the time being. Once I fix the issues with the useStoryPrepared hook, I'll fix the code in a cleaner way.

Fwiw) PR link : storybookjs/storybook#22631

dongyunlee-daim added a commit that referenced this issue May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants