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 e3ee276 commit 2e189d5Copy full SHA for 2e189d5
packages/react/src/vendor/tanstackrouter-types.ts
@@ -46,7 +46,7 @@ export interface VendoredTanstackRouter {
46
eventType: 'onResolved' | 'onBeforeNavigate',
47
callback: (stateUpdate: {
48
toLocation: VendoredTanstackRouterLocation;
49
- fromLocation: VendoredTanstackRouterLocation;
+ fromLocation?: VendoredTanstackRouterLocation;
50
}) => void,
51
): () => void;
52
}
0 commit comments