fix(checkbox): add displayName
This commit is contained in:
parent
232c832b25
commit
e9d9bef4bf
@ -110,5 +110,6 @@ const Checkbox = React.forwardRef<HTMLInputElement, CheckboxProps>(
|
||||
);
|
||||
},
|
||||
);
|
||||
Checkbox.displayName = "Checkbox";
|
||||
|
||||
export { Checkbox };
|
||||
|
Loading…
x
Reference in New Issue
Block a user