vueComponent / ant-design-vue

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
https://antdv.com/
Other
20.04k stars 3.77k forks source link

在nuxt3中,使用message.useMessage读取的contextHolder下js会报错,导致页面白屏 #7725

Open robertyclin opened 1 month ago

robertyclin commented 1 month ago

Version

4.2.3

Environment

nuxt3.10.2, vue3.4.19,chrome119

Reproduction link

https://antdv.com/components/message-cn

Steps to reproduce

What is expected?

能正常展示

What is actually happening?

contextHolder服务端渲染有问题

selicens commented 1 month ago

image vue3.4.31、nuxt3.12.3、ant-design-vue4.2.3没有复现,template中有没有把<context-holder />写上,hook用法需要手动写context-holder

robertyclin commented 1 month ago

就是在template上写就报错了。