chore(StackManager): run lint

This commit is contained in:
Maria Hutt
2025-06-09 11:35:13 -07:00
parent ca27ed618b
commit 37f76c72ec

View File

@@ -524,7 +524,7 @@ export default StackManager;
/**
* Finds the `<Route />` node matching the current route info.
* If no `<Route />` can be matched, a fallback node is returned.
*
*
* @param node The root node to search for `<Route />` nodes.
* @param routeInfo The route information to match against.
*/