From 20899a09995b247dace2d31d6a1d6ddda1109df8 Mon Sep 17 00:00:00 2001 From: Brooks Lybrand Date: Wed, 20 Nov 2024 12:52:58 -0600 Subject: [PATCH] docs: remove warning from component-routes.md --- docs/upgrading/component-routes.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/upgrading/component-routes.md b/docs/upgrading/component-routes.md index 0cf24714c0..37dcb1ec7b 100644 --- a/docs/upgrading/component-routes.md +++ b/docs/upgrading/component-routes.md @@ -279,12 +279,6 @@ export default function Component() { Your app should be back on the screen and working as usual! - - -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. - - - ## 9. Migrate a route to a Route Module You can now incrementally migrate your routes to route modules.