@tanstack/react-router 1.133.13 → 1.133.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5183,6 +5183,9 @@ const router = createRouter({
5183
5183
  })
5184
5184
  \`\`\`
5185
5185
 
5186
+ > [!TIP]
5187
+ > \`MyRouterContext\` only needs to contain content that will be passed directly to \`createRouter\` below. All other context added in \`beforeLoad\` will be inferred.
5188
+
5186
5189
  ## Passing the initial Router Context
5187
5190
 
5188
5191
  The router context is passed to the router at instantiation time. You can pass the initial router context to the router via the \`context\` option:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/react-router",
3
- "version": "1.133.13",
3
+ "version": "1.133.15",
4
4
  "description": "Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -80,7 +80,7 @@
80
80
  "tiny-invariant": "^1.3.3",
81
81
  "tiny-warning": "^1.0.3",
82
82
  "@tanstack/history": "1.133.3",
83
- "@tanstack/router-core": "1.133.13"
83
+ "@tanstack/router-core": "1.133.15"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@testing-library/jest-dom": "^6.6.3",