-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 - TooltipLinkList "left" does not render (8.0.0-beta.2) #26310
Comments
@JReinhold @cdedreuille is this an intentional 8.0 change? |
This was already an intentional change for Storybook 7. See #20898 and #20897 A @stevensacks Where did you find the information that the |
Ok. I see in the code you linked that even though there is a component called The “icon” prop is not technically an icon, it’s a ReactNode, so it could be text, or an emoji (like my example usage). Maybe that’s why it was named “left” all these years? 🤷🏻♂️ I’ll change my addon to use the new name, but since this is a breaking change for all addons that use the TooltipListLink component, it should be included in the migration docs 🙏🏼 |
@stevensacks I have added an entry to the migration docs here: Please reach out if you need some further help. And don't get confused about the And I agree. The API of the TooltipListLink is pretty messy. I hope, at some point, we can clean it up! Thanks for pointing it out. |
Describe the bug
If you put something in "left", it does not render.
"title" and "right" still work
To Reproduce
Put anything into "left" in the TooltipLinkList links prop.
System
Additional context
The text was updated successfully, but these errors were encountered: