getSSRProps does not work when using template
Version
3.2.28
Reproduction link
Steps to reproduce
- Checkout
- pnpm i
- pnpm test
Check the failing test
What is expected?
When getSSRProps
is implemented on a directive it should be used by server-renderer
.
What is actually happening?
getSSRProps
is not executed and attributes not are added.
This works when using render function.