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
This is a bug of @vue/repl. When repl performs ssr in the online environment, import { useModel as _useModel } from 'vue' will use the *runtime.esm-browser.js file, but in the dev environment it will The *rutime-dom.esm-bundler.js file is used, so there is no problem with the dev environment
The processing of these two file formats for SSR is different. So ssr bug will appear in the online environment.
Vue version
3.3.6
Link to minimal reproduction
https://deploy-preview-9442--vue-sfc-playground.netlify.app/#__SSR__eNqNVMlu2zAQ/RVCF6eAJSINejGUIG2RQwp0QV30UvWgSGObqUQS5EhxIejfOyQlm3GTIPBFnDfLm+V5SN5rnfUdJKskt5URGpkF7PRVIUWrlUE2MAMbNrKNUS1bkOviAK2hgQpvpe5wgjMe2Vxecna/SknrMjsM6q8ahZLs0mU+W0yv88Wb2U95iyWHX0d0yebvt4vfIWvOA2UiSw+EVjclAr0Yy3fnV8NwWnEcc06AdwhQKjz7Pm1VDc1lkTyOKBLWlHceCI0xq1rAnZDbIvF5KFOgSzk2ypDj9BRy7oOS9CnCHg8gxeY8fAYyPGZDppwfukmWSRh32pY6u7dK0q4GF1VMABVYMW9xNhq6exfJDlHbFedVLSmMuhO9ySQgl7rl1+TGTSdRtJDWqr2+yC6yd7wWFmNzBrZN74x6sGAoSZEsozJE2vRgUgOyBgPmtWVPwuLSJ9B/5V31sZAjDQUtHctGbE9GUqlWiwZM2N/j0ZRNox4+eRuaDg69VDuo/jxhv7f70NM3A55Z1D+WZgsY4Jv1F9puBNIxdc20hmfA72BV04VjcG4fOlkT7cjPs731G6Zz+2Fv9gjSzk05on4a3t/v4+MLrR/p0rSjKZ7I9Ym/gVmUXiA/y6YD0mUNGyHhszOdDfhXw4qt0RDNkUT8sjBr0c/CCUcfie9Y46Au59Yo5HPMpJRJNiFZrJbxH7jOplw=
Steps to reproduce
Open the link
What is expected?
Not to warn
What is actually happening?
Is warning
System Info
No response
Any additional comments?
Explanation here
The text was updated successfully, but these errors were encountered: