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
* Updates stories to have docs where the `Show Code` is exactly as needed to copy and paste. Adding an unused `args` parameter to the custom render function fixes the rendering to not include `render: () =>`
* Upgrade storybook version
* Adds .displayName to all dot notation components, as without this storybook strips the dot
* Disable no unused vars for stories files. this is required for storybook to render as we want.
* Correct lint rule, fix other lint issue of hook in story file
* Revert package bumps
0 commit comments