DataTable: Hydration attribute mismatch with sortable columns #5046
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
It looks like the code generated on the server is mismatched with the code generated on the client when the property
sortable
is enabled for theColumn
component.It seems like icon SVG IDs generated on the client and server are different.
Reproducer
https://stackblitz.com/edit/primevue-sortable-column-nuxt-bug?file=app.vue
PrimeVue version
3.46.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Nuxt
Browser(s)
Chrome 121
Steps to reproduce the behavior
sortable
in theColumn
component.Expected behavior
The same code is rendered on the server and client without warnings.
The text was updated successfully, but these errors were encountered: