-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.2.3
Environment
nuxt3.10.2, vue3.4.19,chrome119
Reproduction link
https://antdv.com/components/message-cn
Steps to reproduce
Display normal message <script lang="ts" setup> import { message } from 'ant-design-vue'; const [messageApi, contextHolder] = message.useMessage();const info = () => {
messageApi.info('Hello, Ant Design Vue!');
};
</script>
What is expected?
能正常展示
What is actually happening?
contextHolder服务端渲染有问题