Skip to content

Commit

Permalink
Show which Fibers scheduled an update in DevTools
Browse files Browse the repository at this point in the history
This builds on top of a recently-added React feature, enableUpdaterTracking.
  • Loading branch information
Brian Vaughn committed Apr 5, 2021
1 parent 0c6681e commit c92803e
Show file tree
Hide file tree
Showing 17 changed files with 637 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,21 @@ Array [
"displayName": "Grandparent",
"hocDisplayNames": null,
"id": 2,
"key": null,
"type": 5,
},
Object {
"displayName": "Parent",
"hocDisplayNames": null,
"id": 3,
"key": null,
"type": 5,
},
Object {
"displayName": "Child",
"hocDisplayNames": null,
"id": 4,
"key": null,
"type": 5,
},
]
Expand All @@ -44,18 +47,21 @@ Array [
"displayName": "Grandparent",
"hocDisplayNames": null,
"id": 2,
"key": null,
"type": 5,
},
Object {
"displayName": "Parent",
"hocDisplayNames": null,
"id": 3,
"key": null,
"type": 5,
},
Object {
"displayName": "Child",
"hocDisplayNames": null,
"id": 4,
"key": null,
"type": 5,
},
]
Expand All @@ -67,12 +73,14 @@ Array [
"displayName": "Grandparent",
"hocDisplayNames": null,
"id": 2,
"key": null,
"type": 5,
},
Object {
"displayName": "Parent",
"hocDisplayNames": null,
"id": 3,
"key": null,
"type": 5,
},
]
Expand All @@ -84,6 +92,7 @@ Array [
"displayName": "Grandparent",
"hocDisplayNames": null,
"id": 2,
"key": null,
"type": 5,
},
Object {
Expand All @@ -92,6 +101,7 @@ Array [
"Memo",
],
"id": 3,
"key": null,
"type": 8,
},
Object {
Expand All @@ -100,6 +110,7 @@ Array [
"ForwardRef",
],
"id": 4,
"key": null,
"type": 6,
},
]
Expand All @@ -116,6 +127,7 @@ Array [
"displayName": "Grandparent",
"hocDisplayNames": null,
"id": 2,
"key": null,
"type": 5,
},
]
Expand Down
Loading

0 comments on commit c92803e

Please sign in to comment.