Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Mar 13, 2023
1 parent 0f561ee commit 7ba352e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-router-dom/server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ function getStatelessNavigator() {
};
}

let detectErrorBoundary = (route: RouteObject) => Boolean(route.ErrorBoundary) || Boolean(route.errorElement);
let detectErrorBoundary = (route: RouteObject) =>
Boolean(route.ErrorBoundary) || Boolean(route.errorElement);

type CreateStaticHandlerOptions = Omit<
RouterCreateStaticHandlerOptions,
Expand Down

0 comments on commit 7ba352e

Please sign in to comment.