Skip to content

Commit a5f9b22

Browse files
author
Brian Vaughn
committed
Added nativeHookIndex to HooksNode type
1 parent 43c8281 commit a5f9b22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-debug-tools/src/ReactDebugHooks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ const Dispatcher: DispatcherType = {
232232
// Inspect
233233

234234
type HooksNode = {
235+
nativeHookIndex: number,
235236
name: string,
236237
value: mixed,
237238
subHooks: Array<HooksNode>,

0 commit comments

Comments
 (0)