Open x0us opened 3 months ago
<outlet/>
is already removed, {props.children} is the new usage but not work with solid-transition-group, any updates for this?
exp: the following usage will report error
<Transition> {props.children} </Transition>
My fault, not this issue. can work with {props.children}
is already removed, {props.children} is the new usage but not work with solid-transition-group, any updates for this?
exp: the following usage will report error