If I have to run the stopBefore snippet as in the gist, how do I use it for ReactJS application?
The example shows for global object like document, but if I have to say stop before ComponentX.SomeMethod, how do I do it?
When trying
stopBefore(ComponentX,'SomeMethod')
It says, Uncaught ReferenceError: ComponentX is not defined
Am I missing something?
