aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/App.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-04-12 00:14:51 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit01b24068a386bffe892bab1a7732fcc3065eeba5 (patch)
treebe5bd21c7648470e1e9f2af93960e4349db8544e /vnext/src/App.js
parentb20f96de1d542db13deb53f01a88a1c1e73f2123 (diff)
Remove incorrect prop-types
prop-types (or vscode?) show invalid warning for now
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r--vnext/src/App.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/vnext/src/App.js b/vnext/src/App.js
index 4931af0a..687f5225 100644
--- a/vnext/src/App.js
+++ b/vnext/src/App.js
@@ -159,8 +159,3 @@ export default function App(props) {
</Router>
);
}
-
-App.propTypes = {
- match: ReactRouterPropTypes.match.isRequired
-};
-