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

CSR navigation fails to load props.children in solid start #45

Open illispi opened 6 months ago

illispi commented 6 months ago

Hello, I made a repro of this issue here.

https://github.com/illispi/TransitionCSR

Basically navigating to /repro in csr fails but ssr by refreshing the page for instance works. I am not sure if this is a start issue or this community library issue.

x0us commented 2 months ago

got the same issues..any answers? @illispi

illispi commented 2 months ago

got the same issues..any answers? @illispi

I just started to use view transition api. But it has issues on mobile browsers.