Steven
05/02/2023, 6:02 PMSelectUnstyledProps
should be an instance of PropsWithRef
, but this is not the case in the Kotlin wrappers.aerialist
05/03/2023, 9:39 AMSteven
05/03/2023, 9:42 AMForwardRef
. In TS this is possible, but not with the kotlin wrappers because SelectUnstyledProps
is not an instance of PropsWithRef
, but ForwardRef
requires thisSteven
05/03/2023, 9:43 AM