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
Configure a test route to render with any component
Attempt to SSR render that route
What is expected?
The wrapper component should be rendered as if the keep-alive wrapper were not there during SSR, then in client build, the SSR output should be preserved even while loading an async view component.
What is actually happening?
SSR build errors and cannot complete as long as keep-alive component is used.
The text was updated successfully, but these errors were encountered:
Version
4.0.3
Reproduction link
https://github.com/gryphonmyers/vite-minimal-repro/tree/vue-router-repro
Run the "build" script to see the error.
Steps to reproduce
What is expected?
The wrapper component should be rendered as if the keep-alive wrapper were not there during SSR, then in client build, the SSR output should be preserved even while loading an async view component.
What is actually happening?
SSR build errors and cannot complete as long as keep-alive component is used.
The text was updated successfully, but these errors were encountered: