Skip to content

Commit

Permalink
DevTools shows which fibers scheduled the current update (facebook#21171
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Brian Vaughn authored and koto committed Jun 15, 2021
1 parent eb54c62 commit 4b32a82
Show file tree
Hide file tree
Showing 17 changed files with 639 additions and 56 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 4b32a82

Please sign in to comment.