-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Select render mismatch with csr(Client Side Render) #5734
Comments
As a workaround, I set removeIcon prop to "X"(character) instead of the default |
应该是 vite-ssr 问题 |
Thanks for your replying, is there have any workaround? |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
This is not the issue.
→ Component in icon slot will not render reliably Somehow vite will not render the HTML content of any component in this slot. Tested with the most recent version of vite and ant-design-vue. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Version
3.2.6
Environment
macOS Monterey version 12.4, Google Chrome Version 102.0.5005.115 (Official Build) (x86_64), [email protected]
Reproduction link
https://stackblitz.com/edit/vitejs-vite-evglmf?file=src%2FApp.vue
Steps to reproduce
<a-select mode="multiple">
into component, select multiple options.<a-select>
has remove icon.What is expected?
All selected options should have remove icon after its label.
What is actually happening?
Only one selected options in
<a-select>
has remove icon.Withour SSR(Works) reproduction link: https://stackblitz.com/edit/vitejs-vite-c6xqfq?file=src%2FApp.vue
I have also fire this issue in vite-ssr repo, ant-design-icons repo. Sorry for my English.
The text was updated successfully, but these errors were encountered: