We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34a94e commit 2021b7fCopy full SHA for 2021b7f
2 files changed
.changeset/calm-suns-thank.md
@@ -4,4 +4,4 @@
4
5
Remove the extra SSR sentinel tag used for `onRendered` in React Router while
6
preserving the client-side render timing needed for scroll restoration and
7
-`onRendered` subscribers.
+`onRendered` subscribers.
packages/react-router/src/Match.tsx
@@ -18,10 +18,7 @@ import { renderRouteNotFound } from './renderRouteNotFound'
18
import { ScrollRestoration } from './scroll-restoration'
19
import { ClientOnly } from './ClientOnly'
20
import { useLayoutEffect } from './utils'
21
-import type {
22
- AnyRoute,
23
- RootRouteOptions,
24
-} from '@tanstack/router-core'
+import type { AnyRoute, RootRouteOptions } from '@tanstack/router-core'
25
26
export const Match = React.memo(function MatchImpl({
27
matchId,
0 commit comments