-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Insights: remix-run/react-router
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
[email protected] v7.6.0
published
May 8, 2025
16 Pull requests merged by 9 people
-
chore: Update version for release
#13561 merged
May 8, 2025 -
chore(architect): update
@architect/functions
#13556 merged
May 8, 2025 -
fix(react-router): fix
ClientDataFunctionArgs
'context
#13552 merged
May 8, 2025 -
fix(dev): improve server build asset handling
#13547 merged
May 8, 2025 -
docs(start/data/custom): fix typo
#13554 merged
May 7, 2025 -
Skip typegen for routes outside the app directory
#12996 merged
May 6, 2025 -
feat: better types for
params
#13543 merged
May 6, 2025 -
chore: Update version for release (pre)
#13545 merged
May 6, 2025 -
Fix middleware error bubbling scenarios
#13538 merged
May 6, 2025 -
feat(react-router): stabilize
useRevalidator
'srevalidate
#13542 merged
May 6, 2025 -
feat(react-router): stabilize
useRevalidator
'srevalidate
#13511 merged
May 6, 2025 -
fix: better flush assets as they are discovered for a flatter network.
#13467 merged
May 6, 2025 -
feat: add
Component
props support tocreateRoutesStub
#13528 merged
May 5, 2025 -
chore: fix typos
#13534 merged
May 5, 2025 -
Add longer timeout for windows E2E CI runs
#13527 merged
May 2, 2025 -
Short circuit dataStrategy post processing on aborted requests
#13521 merged
May 2, 2025
10 Pull requests opened by 5 people
-
Properly escape :param values in generatePath()
#13530 opened
May 2, 2025 -
Update dev dependencies to React 19
#13558 opened
May 8, 2025 -
Remove matchRoutes optimization from render pass
#13562 opened
May 8, 2025 -
Update Route.MetaArgs to reflect optional data
#13563 opened
May 8, 2025 -
Avoid fetcher 404 when lazy route discovery is racing against a navigation
#13564 opened
May 8, 2025 -
POC to remove hashes on built filenames
#13567 opened
May 8, 2025 -
Bug Report: Process crash when suspense route faster than layout
#13568 opened
May 9, 2025 -
Fix unit test warnings
#13569 opened
May 9, 2025 -
Escape paths passed to `optimizeDeps.entries`
#13570 opened
May 9, 2025 -
docs: fix typo
#13571 opened
May 9, 2025
20 Issues closed by 6 people
-
The type definition of the `context` property of `ClientDataFunctionArgs` would need to be fixed.
#13550 closed
May 8, 2025 -
Typegen generates files outside of `.react-router` when using routes imported from a library
#12993 closed
May 6, 2025 -
[Bug]: Framework codegen produces invalid types when using absolute child route paths
#12359 closed
May 6, 2025 -
react router loader incomplete infered return type with data()
#13535 closed
May 6, 2025 -
[Bug]: (v7) Layout routes params are generated as an empty object missing actual params
#12178 closed
May 6, 2025 -
[Bug]: Params type incomplete
#12373 closed
May 6, 2025 -
Middleware: errors caught at root error boundary, not route error boundary
#13529 closed
May 6, 2025 -
build/server/assets is empty on production build
#13540 closed
May 6, 2025 -
Does flushSync still work?
#13536 closed
May 6, 2025 -
TypeError: Cannot read properties of null (reading 'siteTitle') in meta function
#13286 closed
May 5, 2025 -
Headers from header function are being returned on initial load but not on data?_routes=<route> loads
#13227 closed
May 2, 2025 -
Cypress hydration failed error
#13359 closed
May 2, 2025 -
[Bug]: Can we check shouldRevalidation before we cancel a loader?
#12007 closed
May 2, 2025 -
[Types]: Narrow types of `hash` and `search` returned by `useLocation`
#11254 closed
May 2, 2025 -
[Bug]: tsc doesn't check if second argument was provided for generatePath
#10090 closed
May 2, 2025 -
No `routeModule` available to create server routes
#13148 closed
May 2, 2025 -
Unprefixed `import.meta.env` variables are `undefined` on the server side
#13526 closed
May 2, 2025 -
Not returning from loader results in unexpected error
#13525 closed
May 2, 2025
3 Issues opened by 3 people
-
request.url not respecting x-forwarded-proto so requests are coming with http:// instead of https://
#13544 opened
May 6, 2025 -
Full reload on 404 route fails due to missing root loader data
#13541 opened
May 6, 2025
15 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
[Bug]: useSearchParams not giving correct value with useBlocker (reopen)
#12256 commented on
May 2, 2025 • 0 new comments -
`<AbsoluteRoutes>`
#12959 commented on
May 2, 2025 • 0 new comments -
Test setup/utils files importing server module gives: Server-only module referenced by client
#13216 commented on
May 2, 2025 • 0 new comments -
[Bug]: Make setSearchParams stable?
#9991 commented on
May 3, 2025 • 0 new comments -
[Docs]: Broken link to href function
#13325 commented on
May 5, 2025 • 0 new comments -
Context providers passed to Route element attribute are broken
#13118 commented on
May 6, 2025 • 0 new comments -
"{hook} may be used only in the context of a <Router> component" when running with vitest, node >=22.12 and there's a peer-dep on react-router
#12785 commented on
May 6, 2025 • 0 new comments -
Incorrect revalidation when multiple request made via `useFetcher.Form` are inflight
#13546 commented on
May 6, 2025 • 0 new comments -
Type of matches (MetaMatches) is imprecise
#13507 commented on
May 6, 2025 • 0 new comments -
`HydrateFallback` being rendered intermittently on refresh in SPA without SSR
#12699 commented on
May 7, 2025 • 0 new comments -
[Bug]: fetcher.load to "resource route" fails with 404 presumably because route has not been discovered yet
#13114 commented on
May 8, 2025 • 0 new comments -
createRoutesStub fails type checking
#12494 commented on
May 8, 2025 • 0 new comments -
fix(react-router): fix `useSearchParams` when used together w/ `useBlocker`
#12784 commented on
May 8, 2025 • 0 new comments -
fix(react-router): fix for `useBlocker`'s stale `blockerKey`
#13330 commented on
May 8, 2025 • 0 new comments -
feat(react-router): parse regex to calculate accurate types for `generatePath`
#13436 commented on
May 8, 2025 • 0 new comments