activated hook is not called when using defineAsyncComponent #5095
Labels
❗ p4-important
Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
🐞 bug
Something isn't working
scope: keep-alive
Version
3.2.26
Reproduction link
sfc.vuejs.org/
Steps to reproduce
Just opening the SFC playground link
What is expected?
Is expected that the
activate
hook will also run on theAsyncDynamicComponent
childWhat is actually happening?
Not being called
Not sure if this behaviour is intended, but it differs from vue 2.x
The text was updated successfully, but these errors were encountered: