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
254 stars 14 forks source link

add feature classnames change after name props change #18

Closed MFrozenM closed 2 years ago

MFrozenM commented 2 years ago

I closed the previous PR and open a new one with createMemo instead of createEffect and a few other changes.

Thanks to @thetarnav

ryansolid commented 2 years ago

Thanks to you both

clementmas commented 2 years ago

@MFrozenM, I think removing mergeProps created this issue https://github.com/solidjs/solid-transition-group/issues/22

MFrozenM commented 2 years ago

@clementmas Does your code with tailwind work in previous versions of the library?