Skip to content

Commit 2021b7f

Browse files
ci: apply automated fixes
1 parent d34a94e commit 2021b7f

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.changeset/calm-suns-thank.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
Remove the extra SSR sentinel tag used for `onRendered` in React Router while
66
preserving the client-side render timing needed for scroll restoration and
7-
`onRendered` subscribers.
7+
`onRendered` subscribers.

packages/react-router/src/Match.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ import { renderRouteNotFound } from './renderRouteNotFound'
1818
import { ScrollRestoration } from './scroll-restoration'
1919
import { ClientOnly } from './ClientOnly'
2020
import { useLayoutEffect } from './utils'
21-
import type {
22-
AnyRoute,
23-
RootRouteOptions,
24-
} from '@tanstack/router-core'
21+
import type { AnyRoute, RootRouteOptions } from '@tanstack/router-core'
2522

2623
export const Match = React.memo(function MatchImpl({
2724
matchId,

0 commit comments

Comments
 (0)