The activated hook dosen't called on initial mount when the component is async.
Version
3.2.31
Reproduction link
Steps to reproduce
- click the "Posts" button.
- click the "AsyncPosts" button.
What is expected?
console:
Posts: onActivated
AsyncPosts: onActivated
What is actually happening?
console:
Posts: onActivated
AsyncPosts component's activated hooks dosen't called on initial mount.