Skip to content

Commit

Permalink
docs: remove warning from component-routes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand authored Nov 20, 2024
1 parent f79bf3d commit 20899a0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/upgrading/component-routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,6 @@ export default function Component() {

Your app should be back on the screen and working as usual!

<docs-warning>

Note: You will get some warnings in your console about descendent routes. You can ignore these for now as it is caused by the temporary catchall route. Once you move all your routes to Route Modules this will go away.

</docs-warning>

## 9. Migrate a route to a Route Module

You can now incrementally migrate your routes to route modules.
Expand Down

0 comments on commit 20899a0

Please sign in to comment.