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
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
Describe the bug
When I add some url params such as
?a=1&b=2
after the page's URL, the console log an errorHydration completed but contains mismatches.
and the page rendering is incorrectReproduction
https://github.com/GlobeMC/crashmc.com
pnpm install && pnpm run docs:build && pnpm run docs:preview
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
The text was updated successfully, but these errors were encountered: