Skip to content

Commit

Permalink
type(Chrome): fix swatch type error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 19, 2023
1 parent 63a009e commit 60d2abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/color-chrome/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const Chrome = React.forwardRef<HTMLDivElement, ChromeProps>((props, ref) => {
</div>
</Fragment>
}
rectRender={({ key }) => <Fragment key={key} />}
rectRender={() => <Fragment />}
/>
);
});
Expand Down

0 comments on commit 60d2abe

Please sign in to comment.