I'm trying to programmatically access the name of the currently inspected component from ReactDevTools (i.e, $r.type.name
).
How can I programmatically active ReactDevtools to access this value?
I'm trying to programmatically access the name of the currently inspected component from ReactDevTools (i.e, $r.type.name
).
How can I programmatically active ReactDevtools to access this value?