DataTable: (Nuxt 3 project) Hydration attribute mismatch on paginator "rows-per-page" dropdown #5537
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
In a Nuxt 3 project with nuxt-primevue module, in a page using Datatable with paginator="true", when I reload the page, I get this warning:
"Hydration attribute mismatch on <div id="pv_id_30" class="p-dropdown p-component p-inputwrapper p-inputwrapper-filled p-paginator-rpp-options" data-pc-group-section="pagedropdown" data-pc-name="rowperpagedropdown" data-pc-extend="dropdown" data-pc-section="root">…</div>"
Can't make it on stackblitz, so I've attached a simple project reprducing it: https://github.com/lmc3s3f0r/bug_primevue_datatable_hydration_mismatch
Reproducer
https://github.com/lmc3s3f0r/bug_primevue_datatable_hydration_mismatch
PrimeVue version
3.51.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Nuxt
Browser(s)
Chrome latest
Steps to reproduce the behavior
Expected behavior
I would expect no hydration warning message.
The text was updated successfully, but these errors were encountered: