UX-and-I / storybook-design-token

Display design token documentation generated from your stylesheets and icon files. Preview design token changes in the browser. Add your design tokens to your Storybook Docs pages using the custom Doc Blocks.
https://dev.to/psqrrl/managing-design-tokens-using-storybook-5975
MIT License
648 stars 123 forks source link

Table variant of `DesignTokenDocBlock` not rendering in Firefox #129

Closed julrich closed 2 years ago

julrich commented 2 years ago

Not entirely sure when this broke, but something seems to have degraded / destroyed the viewType="table" version of DesignTokenDocBlock in Firefox (Linux for me). Reproducible with the official Storybook for me here (for example): https://storybook-design-token-v1.netlify.app/?path=/story/design-tokens-typography--page

Looks like this on my system (and verified by at least one colleague on macOS Firefox): grafik

The viewType="card" seems to be unaffected, but everything related to table ends in an endlessly scrollable, but empty, container.

Sqrrl commented 2 years ago

Thanks for reporting. Should be fixed with v2.8.0.

julrich commented 2 years ago

2.8.0 fixes this for me! Feel free to close the issue if that's enough validation :)