add displayName to PartInner
This commit is contained in:
parent
e1f7de0209
commit
2b5555e43b
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@ export const PartInner = forwardRef((props, ref) => {
|
|||
)
|
||||
})
|
||||
|
||||
PartInner.displayName = 'PartInner'
|
||||
|
||||
const Part = (props) => {
|
||||
const { partName, part } = props
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue