a98e55c34c
* improve tracking of transitionableChildren * remove weird outlier snapshots If anything is still wrong the tests will still fail but the diffs will be easier to read. * remove event handling from `useTransition` * handle before/after events in `Transition` directly * fix incorrect logic bug in tests * add very explicit test for transition event order * ignore flakey tests for now We will get back to these! * ensure cancellation of transitions works properly * update changelog