Skip to content

Commit

Permalink
feat(projects): single-level routes add error boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeng889 committed Jul 31, 2024
1 parent 78d614f commit 15db96a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/route-core/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export function transformElegantRouteToReactRoute(
const singleLevelRoute:RouteObject= {
path,
lazy: layouts[layout],
ErrorBoundary,
children: [
{
id:name,
Expand Down

0 comments on commit 15db96a

Please sign in to comment.