We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ant-vue package use "vue": "3.3.4", if i update vue version in my project,it build fail
The text was updated successfully, but these errors were encountered:
the error is:
TypeError: Cannot read properties of null (reading 'setupContext') at getContext (\node_modules\.pnpm\@[email protected]\node_modules\@vue\runtime-core\dist\runtime-core.cjs.prod.js:2447:12) at useSlots (\node_modules\.pnpm\@[email protected]\node_modules\@vue\runtime-core\dist\runtime-core.cjs.prod.js:2414:10) at file:///D:/work/code/other/ssg/xsg/node_modules/.pnpm/[email protected]_@[email protected]_@[email protected][email protected]/node_modules/anu-vue/dist/anu-vue.js:1741:13 at Proxy.<anonymous> (file:///D:/work/code/other/ssg/xsg/node_modules/.pnpm/[email protected]_@[email protected]_@[email protected][email protected]/node_modules/anu-vue/dist/anu-vue.js:2088:18) at renderComponentRoot (\node_modules\.pnpm\@[email protected]\node_modules\@vue\runtime-core\dist\runtime-core.cjs.prod.js:417:16) at renderComponentSubTree (\node_modules\.pnpm\@[email protected][email protected]\node_modules\@vue\server-renderer\dist\server-renderer.cjs.prod.js:442:28) at renderComponentVNode (\node_modules\.pnpm\@[email protected][email protected]\node_modules\@vue\server-renderer\dist\server-renderer.cjs.prod.js:371:12) at ssrRenderComponent (\node_modules\.pnpm\@[email protected][email protected]\node_modules\@vue\server-renderer\dist\server-renderer.cjs.prod.js:86:10)
Sorry, something went wrong.
No branches or pull requests
The ant-vue package use "vue": "3.3.4", if i update vue version in my project,it build fail
The text was updated successfully, but these errors were encountered: