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
6197
4b3f06e4 ci: apply automated fixes
1 month ago
by autofix-ci...
a
Canceled
6197
a0b0996c test: improve async loader test to consume loader data Per reviewer feedback, the async loader test now: - Consumes loader data via useLoaderData() - Loader returns different data each call (loaded-1 ā loaded-2) - Verifies new component receives new loader data - Expects 2 renders (1 for invalidation, 1 for new data) š¤ Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 month ago
by longfellowone
l
Canceled
6197
2add9823 fix(react-router): HMR not updating inline arrow function components When a route uses an inline arrow function for its component (common in file-based routing), React Refresh cannot register the component for HMR updates. The router's HMR handler calls router.invalidate() to trigger updates, but the MatchInner component's useRouterState selector did not include the 'invalid' field, so React didn't detect the state change and didn't re-render. This fix adds 'invalid: match.invalid' to the selector, ensuring React detects the state change when invalidate() is called and re-renders the component tree, picking up the new component reference. š¤ Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 month ago
by longfellowone
l
Failed
6197
cc828d70 fix(react-router): HMR not updating inline arrow function components When a route uses an inline arrow function for its component (common in file-based routing), React Refresh cannot register the component for HMR updates. The router's HMR handler calls router.invalidate() to trigger updates, but the MatchInner component's useRouterState selector did not include the 'invalid' field, so React didn't detect the state change and didn't re-render. This fix adds 'invalid: match.invalid' to the selector, ensuring React detects the state change when invalidate() is called and re-renders the component tree, picking up the new component reference. š¤ Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 month ago
by longfellowone
l
Previous page
Previous
Next
Next page