If you look at the picture, you will see a bunch of variables in the Scope on the right that are undefined. Even when I hover around the "page" variable, it says undefined. But then to the right of it, you also see:
page = Object {controlNode: Object, id: 149... etc etc}
Why is this happening and how can I fix this? Thank you
You can open console by pressing Esc. Then type page
in console. If it really has value, the value will be shown in console window.
If not work, try to add page
to Watch list, which is in right panel of Chrome debugger.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With