We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_cache
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2774ba5
https://sfc.vuejs.org/#eNqFkbtuhTAMhl/FygJHgmRHHKqqc9dOWSgnFI7IRbGhlRDv3lxoVbVDh1i2bH/27+zs0Tm+rYo1rCWl3dKT6qQBaLe6dy65KdD9bGCrrRkUiFwhvkpa8aM1hDj42RGgojUTZu2sJ9jhpsbZqCcbYqMMVTDBAaO3GoqwRBFr4xusQYKXsBtcf/eUe94p0RsonbfuowpsXCwhHBe4dlAmO5XFbd6KKqd4APXrQg+8vFwi40j2nPUc9f077C/8m9SKLLtjFct6w80cv6M14biJI88EStbASZYsCI+xZBORw0YIHIf4JXfk1r+J4HG/Gpq14gp1/ertOyofwJKl2dIc7PgEE4GV3A==
Look at generated SSR code
_cache should be initialised
_cache[0] is referenced without ever initialising or importing the cache. This results in a hard crash on trying to render the component.
_cache[0]
No response
The text was updated successfully, but these errors were encountered:
05f94cf
fix(compiler-ssr): disable v-once transform in ssr vdom fallback branch
b473582
fix vuejs#7644
Successfully merging a pull request may close this issue.
Vue version
2774ba5
Link to minimal reproduction
https://sfc.vuejs.org/#eNqFkbtuhTAMhl/FygJHgmRHHKqqc9dOWSgnFI7IRbGhlRDv3lxoVbVDh1i2bH/27+zs0Tm+rYo1rCWl3dKT6qQBaLe6dy65KdD9bGCrrRkUiFwhvkpa8aM1hDj42RGgojUTZu2sJ9jhpsbZqCcbYqMMVTDBAaO3GoqwRBFr4xusQYKXsBtcf/eUe94p0RsonbfuowpsXCwhHBe4dlAmO5XFbd6KKqd4APXrQg+8vFwi40j2nPUc9f077C/8m9SKLLtjFct6w80cv6M14biJI88EStbASZYsCI+xZBORw0YIHIf4JXfk1r+J4HG/Gpq14gp1/ertOyofwJKl2dIc7PgEE4GV3A==
Steps to reproduce
Look at generated SSR code
What is expected?
_cache
should be initialisedWhat 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
The text was updated successfully, but these errors were encountered: