spark
spark copied to clipboard
[Tooling] Investigate Broken Storybook Auto-generated Props Tables
Several auto-generated props tables in our Storybook documentation are malfunctioning. This issue requires investigation
Examples:
- Navigate to https://sparkui.vercel.app/?path=/docs/components-pagination--docs#props,
- Select
Pagination.Pages. You'll notice that the props are not displayed. Instead, you'll encounter the message: "Args table with interactive controls couldn't be auto-generated"
@acd02 We should list all components impacted :+1:
Seems normal to me, for example Pagination.Pages only prop is children, and we configured Storybook to hide react props.