-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
has PRA pull request has already been submitted to solve the issueA pull request has already been submitted to solve the issuescope: ssr
Description
Vue version
Link to minimal reproduction
Steps to reproduce
Look at generated SSR code
What is expected?
_cache
should be initialised
What is actually happening?
_cache[0]
is referenced without ever initialising or importing the cache. This results in a hard crash on trying to render the component.
System Info
No response
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
has PRA pull request has already been submitted to solve the issueA pull request has already been submitted to solve the issuescope: ssr