spark icon indicating copy to clipboard operation
spark copied to clipboard

[Tooling] Investigate Broken Storybook Auto-generated Props Tables

Open acd02 opened this issue 1 year ago • 1 comments

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 avatar Oct 01 '24 12:10 acd02

@acd02 We should list all components impacted :+1:

soykje avatar Oct 01 '24 12:10 soykje

Seems normal to me, for example Pagination.Pages only prop is children, and we configured Storybook to hide react props.

Powerplex avatar Jan 28 '25 10:01 Powerplex