dillon1000/react

Commit

Throw a caught error in the default warning module

This throws an error that is immediately caught. This allows you to use the
debugger's "break on caught exception" feature to break on warnings.

This should help with tracking down these warnings using the stack.

However, it could also add more noise to other debugging pattern.
Browse files
Changed paths1 file
First-parent comparison
M src/vendor/core/warning.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…