Problem getting View Transitions to work with SolidJS
like in the title. The exact same setup works fine with React, but Solid does not animate elements sharing the same
view-transition-nameI set
defaultViewTransition: true on the Routerhttps://stackblitz.com/edit/tanstack-router-hwsymfma?file=src%2Froutes%2Findex.tsx
Uploaded how it works on the React side
Is there something that I am missing to get it working the same with Solid?