Skip to content
New issue

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

Render mismatch with csr when using with ant-design-vue #169

Open
wheeljs opened this issue Jun 22, 2022 · 0 comments
Open

Render mismatch with csr when using with ant-design-vue #169

wheeljs opened this issue Jun 22, 2022 · 0 comments

Comments

@wheeljs
Copy link

wheeljs commented Jun 22, 2022

Hi, thanks for your great library to help me setup vite with ssr in my vite+vue@3 project. But when I review ui after setup, I found the <a-select mode="multiple"> with multiple selection but only one remove icon. I wrapped all client codes into <client-only>, but it doesn't work.

Step to reproduce

  1. Add <a-select mode="multiple"> into component, select multiple options.
  2. Only one selected options in <a-select> has remove icon.

What is expected?

All selected options should have remove icon after its label.

Minimal reproduction

With SSR: https://stackblitz.com/edit/vitejs-vite-evglmf?file=src%2FApp.vue

Without SSR: https://stackblitz.com/edit/vitejs-vite-c6xqfq?file=src%2FApp.vue

I have also fire this issue in ant-design-vue repo. Sorry for my English.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant