You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## How to debug the exceptions thrown from my components?
359
359
360
360
1. Put `debugger;` statement at the beginning of your code.
361
-
2. Press the  button in your browser’s developer tools.
362
-
3. Press the  button and the debugger will stop execution at the next exception.
361
+
2. Press the  button in your browser’s developer tools.
362
+
3. Press the  button and the debugger will stop execution at the next exception.
363
363
364
364
## Why does the style guide list one of my prop types as `unknown`?
0 commit comments