getSSRProps does not work when using template #5304
Labels
❗ p4-important
Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
🐞 bug
Something isn't working
scope: ssr
Version
3.2.28
Reproduction link
github.com/Demivan/ssr-issue
Steps to reproduce
Check the failing test
What is expected?
When
getSSRProps
is implemented on a directive it should be used byserver-renderer
.What is actually happening?
getSSRProps
is not executed and attributes not are added.This works when using render function.
The text was updated successfully, but these errors were encountered: