From 01b24068a386bffe892bab1a7732fcc3065eeba5 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 12 Apr 2019 00:14:51 +0300 Subject: Remove incorrect prop-types prop-types (or vscode?) show invalid warning for now --- vnext/src/App.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vnext/src/App.js') 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) { ); } - -App.propTypes = { - match: ReactRouterPropTypes.match.isRequired -}; - -- cgit v1.2.3