Skip to content

Commit 2c93e54

Browse files
committed
Fix linting errors
1 parent 6651ab7 commit 2c93e54

5 files changed

Lines changed: 2459 additions & 1945 deletions

File tree

docs/src/app/Docs/playground/Playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export default function Playground({ config }: IPlaygroundProps) {
168168
switch (property.type) {
169169
case "chip": {
170170
return (
171-
<Field.Root className="flex w-full max-w-64 flex-col items-start gap-1">
171+
<Field.Root className="flex w-full max-w-64 flex-col items-start gap-1" key={property.type}>
172172
<Field.Label className="text-sm font-medium">{property.label}</Field.Label>
173173

174174
<div className="flex flex-row flex-wrap gap-1">

0 commit comments

Comments
 (0)