TanStack / router

🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.
https://tanstack.com/router
MIT License
8.29k stars 664 forks source link

Flash of unstyled content with Mantine & mismatched initial UI #2589

Open kennyjwilli opened 1 month ago

kennyjwilli commented 1 month ago

Which project does this relate to?

Start

Describe the bug

I am working on a project using the Mantine component library and am trying out Start. I have set up the basic Start configuration and a basic configuration of Mantine. When I visit the app URL in the browser, the app loads, but there are two problems.

  1. There is a brief flash of unstyled content.
  2. There is a warning message that "Hydration failed because the initial UI does not match what was rendered on the server." It also informs me that "Warning: Expected server HTML to contain a matching Githubissues.
  3. Githubissues is a development platform for aggregating issues.