Skip to content

Instantly share code, notes, and snippets.

@thomasballinger
Created November 5, 2024 02:34
Show Gist options
  • Save thomasballinger/679ef30071a682cb5da3738940140b5b to your computer and use it in GitHub Desktop.
Save thomasballinger/679ef30071a682cb5da3738940140b5b to your computer and use it in GitHub Desktop.
React commits just this at some point, that's when we lose the CSS
--- stuff.html 2024-11-04 18:33:00
+++ right.html 2024-11-04 17:09:24
@@ -1,15 +1,21 @@
-<head></head>
+<head>
+ <meta name="tsr-meta" />
+ <title>TanStack Start Starter</title>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <link rel="stylesheet" href="/_build/app/styles/app.css" />
+ <meta name="/tsr-meta" />
+</head>
<body>
<div id="root">
- <!--$--><button type="button">Add 1?</button
- ><!--/$-->
+ <!--$--><button type="button">Add 1?</button><!--/$-->
<script>
window.__vite_plugin_react_preamble_installed__ = true;
</script>
<script
src="/_build/@fs/Users/tomb/start-repro/app/client.tsx"
type="module"
async=""
></script>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment