fix(switch): add displayName
This commit is contained in:
parent
ce8dc422a4
commit
52996d3a76
@ -80,5 +80,6 @@ const Switch = React.forwardRef<HTMLInputElement, SwitchProps>((props, ref) => {
|
|||||||
</label>
|
</label>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Switch.displayName = "Switch";
|
||||||
|
|
||||||
export { Switch };
|
export { Switch };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user