We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
key
1 parent 217c41c commit 7f79efeCopy full SHA for 7f79efe
src/components/ColorPaletteReference.js
@@ -21,7 +21,7 @@ export function ColorPaletteReference({ colors }) {
21
: Object.keys(value).map((name) => ({ name, value: value[name] }))
22
23
return (
24
- <div className="2xl:contents">
+ <div key={title} className="2xl:contents">
25
<div className="text-sm font-semibold text-slate-900 dark:text-slate-200 2xl:col-end-1 2xl:pt-2.5">
26
{title
27
.split('')
0 commit comments