0
Fork 0
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:
Gao Sun 2022-12-12 21:23:38 +08:00
parent 51647cf4ca
commit 0558195a90
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -26,6 +26,8 @@ const RadioGroup = (
return child;
}
// FIXME: @Charles
// @ts-expect-error to be fixed
return cloneElement<RadioProps>(child, {
name,
isChecked: value === child.props.value,