diff --git a/.circleci/config.yml b/.circleci/config.yml index 93afa2b2a446a9..a5a54c5b1f2a4f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,7 +74,7 @@ commands: command: | node scripts/use-react-version # log a patch for maintainers who want to check out this change - git --no-pager diff HEAD + git --no-pager diff HEAD - restore_cache: name: Restore yarn cache keys: diff --git a/test/regressions/index.js b/test/regressions/index.js index f52a43ba8b7468..ffd757c4b9746b 100644 --- a/test/regressions/index.js +++ b/test/regressions/index.js @@ -249,7 +249,7 @@ function FixtureRenderer({ component: FixtureComponent }) { } FixtureRenderer.propTypes = { - component: PropTypes.element, + component: PropTypes.elementType, }; function App(props) {