Closed julrich closed 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
viewType="table"
DesignTokenDocBlock
Looks like this on my system (and verified by at least one colleague on macOS Firefox):
The viewType="card" seems to be unaffected, but everything related to table ends in an endlessly scrollable, but empty, container.
viewType="card"
table
Thanks for reporting. Should be fixed with v2.8.0.
2.8.0 fixes this for me! Feel free to close the issue if that's enough validation :)
2.8.0
Not entirely sure when this broke, but something seems to have degraded / destroyed the
viewType="table"
version ofDesignTokenDocBlock
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--pageLooks like this on my system (and verified by at least one colleague on macOS Firefox):
The
viewType="card"
seems to be unaffected, but everything related totable
ends in an endlessly scrollable, but empty, container.