Commit Graph

4 Commits

Author SHA1 Message Date
Ryan Gossiaux
39dda7eb76 Refactor out circular dependency in Transition components
This was causing problems with Jest even though it was otherwise fine.
2021-12-26 12:01:18 -08:00
Ryan Gossiaux
aa3017990d Move Transition to <Render> 2021-12-20 22:55:35 -08:00
Ryan Gossiaux
2c8be5047d Fix Transition events
In Svelte the component updates/unmount happen in a different order than in React. The `mounted` guard doesn't work in Svelte and needs a different approach.
2021-12-18 15:41:18 -08:00
Ryan Gossiaux
4fb49c546a Add wrapper for TransitionChild 2021-12-14 15:28:05 -08:00