diff --git a/packages/react-router/src/ReactRouter/StackManager.tsx b/packages/react-router/src/ReactRouter/StackManager.tsx index 97c96d631d..05f6fbbd1e 100644 --- a/packages/react-router/src/ReactRouter/StackManager.tsx +++ b/packages/react-router/src/ReactRouter/StackManager.tsx @@ -524,7 +524,7 @@ export default StackManager; /** * Finds the `` node matching the current route info. * If no `` can be matched, a fallback node is returned. - * + * * @param node The root node to search for `` nodes. * @param routeInfo The route information to match against. */