File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { batch } from '@tanstack/store'
22import invariant from 'tiny-invariant'
3+ import { isServer } from '@tanstack/router-core/isServer'
34import { createControlledPromise , isPromise } from './utils'
45import { isNotFound } from './not-found'
56import { rootRouteId } from './root'
67import { isRedirect } from './redirect'
7- import { isServer } from '@tanstack/router-core/isServer'
88import type { NotFoundError } from './not-found'
99import type { ParsedLocation } from './location'
1010import type {
Original file line number Diff line number Diff line change 11import { Store , batch } from '@tanstack/store'
22import { createBrowserHistory , parseHref } from '@tanstack/history'
3+ import { isServer } from '@tanstack/router-core/isServer'
34import {
45 createControlledPromise ,
56 decodePath ,
@@ -26,7 +27,6 @@ import {
2627 trimPath ,
2728 trimPathRight ,
2829} from './path'
29- import { isServer } from '@tanstack/router-core/isServer'
3030import { createLRUCache } from './lru-cache'
3131import { isNotFound } from './not-found'
3232import { setupScrollRestoration } from './scroll-restoration'
Original file line number Diff line number Diff line change 1- import { functionalUpdate } from './utils'
21import { isServer } from '@tanstack/router-core/isServer'
2+ import { functionalUpdate } from './utils'
33import type { AnyRouter } from './router'
44import type { ParsedLocation } from './location'
55import type { NonNullableUpdater } from './utils'
You can’t perform that action at this time.
0 commit comments