TanStack
OSS
router
Sign in / Sign up
Open main menu
router
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
6653
b7f68aff ci: apply automated fixes
7 hours ago
by autofix-ci...
a
Canceled
6653
58d8547c fix: preserve data script content during client hydration The Script component renders all <script> tags with empty content on the client side, then uses useEffect to recreate them via DOM manipulation. While necessary for executable scripts (they need document.createElement to trigger execution), this causes data-only scripts like application/ld+json to briefly flash empty during hydration. Per the HTML spec, any script with a type that isn't a JavaScript MIME type or "module" is a "data block" that the browser never executes. These can safely render their content directly via innerHTML on both server and client, just like <style> tags already do in the same file. Changes across react-router, solid-router, and vue-router: - Detect non-executable script types via the type attribute - Early-return in the client-side effect for data scripts - Render data script content directly instead of emptying it
7 hours ago
by nikuscs
n
Previous page
Previous
Next
Next page