Skip to content

Commit

Permalink
Added nativeHookIndex to HooksNode type
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Feb 20, 2019
1 parent 43c8281 commit a5f9b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-debug-tools/src/ReactDebugHooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ const Dispatcher: DispatcherType = {
// Inspect

type HooksNode = {
nativeHookIndex: number,
name: string,
value: mixed,
subHooks: Array<HooksNode>,
Expand Down

0 comments on commit a5f9b22

Please sign in to comment.