Skip to content

Commit

Permalink
Show which Fibers scheduled an update in DevTools
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Apr 3, 2021
1 parent 6aeb775 commit 64f04e6
Show file tree
Hide file tree
Showing 17 changed files with 261 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 64f04e6

Please sign in to comment.