Open
Description
Describe the bug
When I add some url params such as ?a=1&b=2
after the page's URL, the console log an error Hydration completed but contains mismatches.
and the page rendering is incorrect
Reproduction
- Clone from
https://github.com/GlobeMC/crashmc.com
pnpm install && pnpm run docs:build && pnpm run docs:preview
- Access http://localhost:4173/client/system.html and http://localhost:4173/client/system.html?someparam=somevalue
- The page without param will works well, but the page with the URL param will somehow mixed with the home page's content
OR
Just access https://vite-pwa-org.netlify.app/guide/register-service-worker.html?
Expected behavior
The two pages should looks exactly same.
Some information at vuejs/vitepress#3469
Metadata
Metadata
Assignees
Labels
No labels