npm install
npm run dev
# Open http://localhost:5173 — the tab will freeze.A page freezes (infinite hang, no error output) when all of the following are true:
hydrateRootis used (notcreateRoot)- The server HTML differs from what the client renders (hydration mismatch)
- A component throws an error during render
React.Activityis present in the component tree