diff --git a/contributors.yml b/contributors.yml index 4425a56162..8759d17ead 100644 --- a/contributors.yml +++ b/contributors.yml @@ -67,6 +67,7 @@ - jonkoops - jrakotoharisoa - kantuni +- KAROTT7 - kddnewton - kentcdodds - kiliman diff --git a/packages/react-router-dom/index.tsx b/packages/react-router-dom/index.tsx index 6cd01dc86f..7f3793a1c8 100644 --- a/packages/react-router-dom/index.tsx +++ b/packages/react-router-dom/index.tsx @@ -629,7 +629,7 @@ const FormImpl = React.forwardRef( ); if (__DEV__) { - Form.displayName = "Form"; + FormImpl.displayName = "FormImpl"; } interface ScrollRestorationProps {