mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(console): add fixme comment
This commit is contained in:
parent
51647cf4ca
commit
0558195a90
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ const RadioGroup = (
|
||||||
return child;
|
return child;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: @Charles
|
||||||
|
// @ts-expect-error to be fixed
|
||||||
return cloneElement<RadioProps>(child, {
|
return cloneElement<RadioProps>(child, {
|
||||||
name,
|
name,
|
||||||
isChecked: value === child.props.value,
|
isChecked: value === child.props.value,
|
||||||
|
|
Loading…
Reference in a new issue