solidjs-community / solid-transition-group

SolidJS components for applying animations when children elements enter or leave the DOM.
https://solid-transition-group.netlify.app
MIT License
255 stars 14 forks source link

props.children issues #48

Open x0us opened 3 months ago

x0us commented 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>
x0us commented 3 months ago

My fault, not this issue. can work with {props.children}