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
Firstly, I'd like to thank you for the amazing work on this project.
Regarding my issue: I have many args, and I'd like to divide my controls into sections (groups).
So I was checking the documentation of Storybook and found that there is a property called table that can help my in achieving that.
I tried to use it inside my story and it didn't work.