Problemunvalidated

In Chrome DevTools while stepping inside an event handler (with a `debugger` breakpoint), `useState` variables like `testBoolean`/`count` appear unavailable in Watch/console and throw `ReferenceError` as if not defined.

ce07dbb3-8a2f-475b-9ccf-cc034efb10d5

In Chrome DevTools while stepping inside an event handler (with a debugger breakpoint), useState variables like testBoolean/count appear unavailable in Watch/console and throw ReferenceError as if not defined.