@tanstack/react-router 1.157.18 → 1.158.0
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.
package/dist/llms/rules/api.js
CHANGED
|
@@ -327,7 +327,7 @@ The \`NotFoundError\` object accepts/contains the following properties:
|
|
|
327
327
|
- Optional - \`default: false\`
|
|
328
328
|
- If provided, will throw the not-found object instead of returning it. This can be useful in places where \`throwing\` in a function might cause it to have a return type of \`never\`. In that case, you can use \`notFound({ throw: true })\` to throw the not-found object instead of returning it.
|
|
329
329
|
|
|
330
|
-
### \`
|
|
330
|
+
### \`routeId\` property
|
|
331
331
|
|
|
332
332
|
- Type: \`string\`
|
|
333
333
|
- Optional
|