fix(button): add displayName
This commit is contained in:
parent
98dd58febb
commit
232c832b25
@ -125,5 +125,6 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
Button.displayName = "Button";
|
||||||
|
|
||||||
export { Button };
|
export { Button };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user