From 34eed6b2d576b36671587bd87ed9788eac780747 Mon Sep 17 00:00:00 2001 From: Ryan Christian <33403762+rschristian@users.noreply.github.com> Date: Sat, 6 Apr 2024 00:38:44 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e2f7321..d97ef12 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,7 @@ If there is an error rendering the destination route, a 404 will be displayed. #### Caveats -Because the `path` and `default` props are used by the router, it's better to avoid -same props in your components. +Because the `path` and `default` props are used by the router, it's best to avoid using those props for your component(s) as they will conflict. ### Handling URLS