Skip to content

Commit

Permalink
Merge branch 'facebook:main' into fix/context-consumer-in-suspense
Browse files Browse the repository at this point in the history
  • Loading branch information
okmttdhr committed Jan 17, 2022
2 parents a036e0e + 51947a1 commit c17e455
Show file tree
Hide file tree
Showing 45 changed files with 4,285 additions and 3,605 deletions.
2 changes: 1 addition & 1 deletion packages/react-devtools-extensions/utils.js
Expand Up @@ -20,7 +20,7 @@ const GITHUB_URL = 'https://github.com/facebook/react';

function getGitCommit() {
try {
return execSync('git show -s --format=%h')
return execSync('git show -s --no-show-signature --format=%h')
.toString()
.trim();
} catch (error) {
Expand Down

0 comments on commit c17e455

Please sign in to comment.