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
Click on toggle button twice quickly to force the second component not to fullfill the promise.
Then click again to load that "pending" component and you will see an error: Uncaught (in promise): Cannot read properties of null (reading 'parentNode')
I think KeepAlive is caching the component even if async dependencies are not completed?
What is expected?
KeepAlive should not cache component with async dependencies after they are fullfiled?
Suspense should trigger pending state.
What is actually happening?
An error is thrown
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
Vue version
3.2.47
Link to minimal reproduction
Vue SFC Playground
Steps to reproduce
Click on toggle button twice quickly to force the second component not to fullfill the promise.
Then click again to load that "pending" component and you will see an error:
Uncaught (in promise): Cannot read properties of null (reading 'parentNode')
I think KeepAlive is caching the component even if async dependencies are not completed?
What is expected?
KeepAlive should not cache component with async dependencies after they are fullfiled?
Suspense should trigger pending state.
What is actually happening?
An error is thrown
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: