Encountering an issue where when mode="out-in"
is used in a <transition mode="out-in">
, a ref
'd element returns undefined during the `updated` lifecycle. Strangely, it works fine without the `mode="out-in"` attribute.
Any suggestions on how to resolve this?