There was an error while loading. Please reload this page.
2 parents 820210f + ef9c9c8 commit f678591Copy full SHA for f678591
src/test/ReactDefaultPerfAnalysis.js
@@ -178,7 +178,7 @@ function getUnchangedComponents(measurement) {
178
179
for (var id in allIDs) {
180
var isDirty = false;
181
- // For each component that rendered, see if a component that triggerd
+ // For each component that rendered, see if a component that triggered
182
// a DOM op is in its subtree.
183
for (var i = 0; i < dirtyLeafIDs.length; i++) {
184
if (dirtyLeafIDs[i].indexOf(id) === 0) {
0 commit comments