fix(label): add displayName
This commit is contained in:
parent
0916c483d4
commit
952e235fda
@ -29,5 +29,6 @@ const Label = React.forwardRef<HTMLLabelElement, LabelProps>((props, ref) => {
|
||||
/>
|
||||
);
|
||||
});
|
||||
Label.displayName = "Label";
|
||||
|
||||
export { Label };
|
||||
|
Loading…
x
Reference in New Issue
Block a user