Files
headlessui/packages
Jordan Pittman 7c0cbbbca7 Stop <Transition appear> from overwriting classes on re-render (#2457)
* Add raw layout support to Vue playground

We can’t use ?raw here because Vite uses that itself for stuff. So here we opt for ?layout=raw instead

* Fix Transition for `appear` overwriting classes on re-render

* Set initial state just before animating

* Remove unused import

* Refactor

* Capture snapshot of element just after first render

With the new `setInitial` call before the animation starts — we don’t see the actual initial render result in this test because the queue has been emptied by the time it ends

* Update changelog
2023-04-28 13:06:39 -04:00
..