You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/upgrading/component-routes.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,12 +279,6 @@ export default function Component() {
279
279
280
280
Your app should be back on the screen and working as usual!
281
281
282
-
<docs-warning>
283
-
284
-
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.
285
-
286
-
</docs-warning>
287
-
288
282
## 9. Migrate a route to a Route Module
289
283
290
284
You can now incrementally migrate your routes to route modules.
0 commit comments