From 1d2c24e0f00f361d51deac58977966a3ad4504be Mon Sep 17 00:00:00 2001 From: Drew Reese Date: Thu, 20 Jan 2022 08:19:00 -0800 Subject: [PATCH] Update faq.md (#8596) * Update faq.md Example `Route` component from a v6 example was still using a `component` prop and component reference vs `element` prop and JSX. * Update contributors.yml --- contributors.yml | 1 + docs/faq.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index 5b6e727522..5403764077 100644 --- a/contributors.yml +++ b/contributors.yml @@ -1,4 +1,5 @@ - Ajayff4 +- awreese - brockross - chaance - chasinhues diff --git a/docs/faq.md b/docs/faq.md index c5eda8f203..9d3ff9fad1 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -335,7 +335,7 @@ function App() { return ( } /> - + } /> ); }