-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Open
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: ssr
Description
Vue version
Link to minimal reproduction
Steps to reproduce
Same issue as #7644 but for vMemo
, fixed by 05f94cf.
What is expected?
Do not SSR
What is actually happening?
_cache[0]
is referenced without ever initializing or importing the cache. This results in a hard crash on trying to render the component.
System Info
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: ssr