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 3d89d49 commit 4ba534cCopy full SHA for 4ba534c
packages/react-devtools-shared/src/__tests__/__snapshots__/profilingCache-test.js.snap
@@ -73,7 +73,7 @@ Object {
73
},
74
75
"duration": 15,
76
- "effectDuration": null,
+ "effectDuration": 0,
77
"fiberActualDurations": Map {
78
1 => 15,
79
2 => 15,
@@ -86,7 +86,7 @@ Object {
86
3 => 3,
87
4 => 2,
88
89
- "passiveEffectDuration": null,
+ "passiveEffectDuration": 0,
90
"priorityLevel": "Immediate",
91
"timestamp": 15,
92
"updaters": Array [
0 commit comments