@tanstack/react-router 1.145.7 → 1.146.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.
@@ -2185,7 +2185,7 @@ function Component() {
2185
2185
 
2186
2186
  # ClientOnly Component
2187
2187
 
2188
- The \`ClientOnly\` component is used to render a components only in the client, without breaking the server-side rendering due to hydration errors. It accepts a \`fallback\` prop that will be rendered if the JS is not yet loaded in the client.
2188
+ The \`ClientOnly\` component is used to render a component only in the client, without breaking the server-side rendering due to hydration errors. It accepts a \`fallback\` prop that will be rendered if the JS is not yet loaded in the client.
2189
2189
 
2190
2190
  ## Props
2191
2191