- The stack trace in the debugger most of the time gives no useful information.
- Stepping in the debugger rarely gives any errors (except for basic JavaScript errors) and the React errors appears afterwards in the console.
- Setting breakpoints at and stepping into JSX components rarely works.
- Sometimes you get the "Rendered fewer hooks than expected"-thing and the message gives absolutely no useful information at all and the line mentioned in the message is often completely wrong.
Am I missing something? The current strategy is just to stare at the code and print lots of information to the console.