mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-11-21 03:15:49 +08:00
fix: remove the useless component key
This commit is contained in:
parent
b55df8d29f
commit
7e88dfeb44
@ -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}
|
||||
@ -185,7 +184,6 @@ export const ImplWrapperMain = React.forwardRef<HTMLDivElement, ImplWrapperProps
|
||||
|
||||
return (
|
||||
<ComponentErrorBoundary
|
||||
key={c.id}
|
||||
componentId={c.id}
|
||||
onRef={onRef}
|
||||
onRecoverFromError={onRecoverFromError}
|
||||
|
Loading…
Reference in New Issue
Block a user