Fix Radio displayName incorrectly set to 'RadioGroup'
Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
@@ -79,4 +79,4 @@ export const Radio = forwardRef<HTMLLabelElement, RadioProps>((props, ref) => {
|
||||
);
|
||||
});
|
||||
|
||||
RadioGroup.displayName = 'RadioGroup';
|
||||
Radio.displayName = 'Radio';
|
||||
|
||||
Reference in New Issue
Block a user