You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Id attribute in tab-panel's content under ssr give error of [Vue warn]: Hydration attribute mismatch on <div id="van-tab-26" role="tabpanel" class="van-tab__panel" tabindex="0" aria-labelledby="van-tabs-25-0" style>…
rendered on server: id="van-tab-26"
expected on client: id="van-tab-2"
Note: this mismatch is check-only. The DOM will not be rectified in production due to performance overhead.
You should fix the source of the mismatch.
Reproduction Link
https://github.com/hansonfang/vant-Hydration-mismatch
Vant Version
4.9.4
Describe the Bug
Id attribute in tab-panel's content under ssr give error of [Vue warn]: Hydration attribute mismatch on <div id="van-tab-26" role="tabpanel" class="van-tab__panel" tabindex="0" aria-labelledby="van-tabs-25-0" style>…
Note: this mismatch is check-only. The DOM will not be rectified in production due to performance overhead.
You should fix the source of the mismatch.
Reproduce Steps
pnpm i
pnpm dev
open http://localhost:3000/my-audit
Device / Browser
No response
The text was updated successfully, but these errors were encountered: