Closed
Description
Describe the bug
Although this previous PR was intended to fix ESlint warnings about rules of hooks, IDE continues to highlight it in the current App.tsx
To Reproduce
Steps to reproduce the behavior:
- cd to
inspector/client
- run
eslint

Expected behavior
No warnings about React Hooks being called conditionally.
Additional context
Raised in response to this PR which was going to incidentally suppress rules-of-hooks warnings. Instead of suppressing the warning, I intend to fix the problem.