@tanstack/react-router 1.128.6 → 1.128.8

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.
@@ -2537,9 +2537,15 @@ The \`ErrorComponent\` component accepts the following props:
2537
2537
 
2538
2538
  ### \`props.error\` prop
2539
2539
 
2540
- - Type: \`any\`
2540
+ - Type: \`TError\` (defaults to \`Error\`)
2541
2541
  - The error that was thrown by the component's children
2542
2542
 
2543
+ ### \`props.info\` prop
2544
+
2545
+ - Type: \`{ componentStack: string }\`
2546
+ - Optional
2547
+ - Additional information about where the error was thrown, such as the React component stack trace.
2548
+
2543
2549
  ### \`props.reset\` prop
2544
2550
 
2545
2551
  - Type: \`() => void\`