Clarity is a scalable, accessible, customizable, open-source design system built with web components. Works with any JavaScript framework, created for enterprises, and designed to be inclusive.
The component documentation should be presented correctly, even if it's still up for discussion how the component should be.
Versions
Clarity project:
[x] Clarity Core
[ ] Clarity Angular/UI
Clarity version:
[ ] v5.x
[x] v6.x
Framework:
[ ] Angular
[ ] React
[ ] Vue
[x] Other: I don't know which framework do you use in the one you have in the docs.
Framework version:
N/A
Device:
Type: Dell Laptop
OS: Windows 11
Browser Chrome
Version latest
Additional notes
In console one gets these messages:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'cells')
at 7d8f7d84.js:7734:48
at Array.map (<anonymous>)
at n.render (7d8f7d84.js:7730:24)
at n.update (7d8f7d84.js:34:561)
at n.performUpdate (7d8f7d84.js:28:4861)
at n.scheduleUpdate (7d8f7d84.js:28:4508)
at n._$E_ (7d8f7d84.js:28:4416)
Uncaught TypeError: Cannot read properties of undefined (reading 'find')
at 7d8f7d84.js:7562:153
(anonymous) @ 7d8f7d84.js:7562
Describe the bug
Documentation for the
CdsGrid
component is not working properly. The following is a screenshot (easier than try to describe it)How to reproduce
Go here and take a look
Expected behavior
The component documentation should be presented correctly, even if it's still up for discussion how the component should be.
Versions
Clarity project:
Clarity version:
Framework:
Framework version: N/A
Device:
Additional notes
In console one gets these messages: