We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf9f5e commit a7c322cCopy full SHA for a7c322c
dangerfile.js
@@ -41,7 +41,7 @@ const CRITICAL_THRESHOLD = 0.02;
41
const SIGNIFICANCE_THRESHOLD = 0.002;
42
const CRITICAL_ARTIFACT_PATHS = new Set([
43
// We always report changes to these bundles, even if the change is
44
- // insiginificant or non-existent.
+ // insignificant or non-existent.
45
'oss-stable/react-dom/cjs/react-dom.production.min.js',
46
'oss-experimental/react-dom/cjs/react-dom.production.min.js',
47
'facebook-www/ReactDOM-prod.classic.js',
0 commit comments