You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
empty dynamicChildren will also take the fast path in patchElement.
so I think maybe should avoid set dynamicChildren to an empty array.
or update the condition as below:
Version
3.2.11
Reproduction link
sfc.vuejs.org/
Steps to reproduce
What is expected?
The increment update suspense's fallback template
What is actually happening?
It stays as the initial value
From vuejs/router#1114
This is a very simplified version of what RouterView does to render its content
The text was updated successfully, but these errors were encountered: