Transition appear flag doesn't work in SSR
Vue version
3.2.25
Link to minimal reproduction
https://stackblitz.com/edit/github-ncyrhd?file=src%2FpageTransitions.ts,package.json
Steps to reproduce
No steps, just load the attached live example and reload the result frame if needed,
What is expected?
There should be a transition when the component is rendered for the first time.
What is actually happening?
There is no animation, the component just appears.
System Info
No response
Any additional comments?
No response
Any workaround for this ? How are you guys dealing with this problem ? Using third party libraries (seems to work with vueuse motion) ?