You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one is tricky and I need your help @cdedreuille.
the MenuItemIcon is deprecated and it asks users to use Icons from @storybook/components instead.
However, Icons seem to also be deprecated and it asks users to use the @storybook/icons package instead.
The other tricky part is that the MenuItemIcon component has a specific order of either using an Icon, an Img or a Placeholder element. What's the correct equivalent for MenuItemIcon then?
I drafted a PR. The component was not used anywhere as I believe we just changed the way we do it and forgot to remove this old component. I removed it and tested it. I could not find any bug but it would be great to have an extra pair of eyes.
Location:
storybook/code/ui/manager/src/components/sidebar/Menu.tsx
Line 85 in 7a10141
The text was updated successfully, but these errors were encountered: