Skip to content

Commit

Permalink
fix: remove the useless component key
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWindlike committed Jul 19, 2024
1 parent b55df8d commit 7e88dfe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ export const ImplWrapperMain = React.forwardRef<HTMLDivElement, ImplWrapperProps
<Impl
data-sunmao-id={c.id}
ref={ref}
key={c.id}
{...omit(props, ['slotContext'])}
{...mergedProps}
slotsElements={slotElements}
Expand All @@ -185,7 +184,6 @@ export const ImplWrapperMain = React.forwardRef<HTMLDivElement, ImplWrapperProps

return (
<ComponentErrorBoundary
key={c.id}
componentId={c.id}
onRef={onRef}
onRecoverFromError={onRecoverFromError}
Expand Down

0 comments on commit 7e88dfe

Please sign in to comment.