We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea1ac3 commit b191557Copy full SHA for b191557
contributors.yml
@@ -269,3 +269,4 @@
269
- yracnet
270
- yuleicul
271
- zheng-chuang
272
+- OlegDev1
docs/start/concepts.md
@@ -568,7 +568,7 @@ The `Outlet` component will always render the next match. That means `<Teams>` a
568
If the URL were `/contact-us`, the element tree would change to:
569
570
```jsx
571
-<ContactForm />
+<Contact />
572
```
573
574
Because the contact form is not under the main `<App>` route.
0 commit comments