Thanks for a quick reply! targets: q(".animationScope").concat(layoutState.targets) does not seem to fix my issue.. ?
I guess I'm assuming Flip uses getState and diffs it against targets to understand if a target is new or has disappeared. So that's what I'm console.logging, and as far as I can see, the element that was found in the getState-array is not in the targets-array, but still onLeave is not firing.
Btw, I updated the example with your suggestion.