We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eed6c5a + 4e87be0 commit 253ce8bCopy full SHA for 253ce8b
src/utils/warning.js
@@ -11,8 +11,9 @@ export default function warning(message) {
11
}
12
/* eslint-enable no-console */
13
try {
14
- // This error was thrown as a convenience so that you can use this stack
15
- // to find the callsite that caused this warning to fire.
+ // This error was thrown as a convenience so that if you enable
+ // "break on all exceptions" in your console,
16
+ // it would pause the execution at this line.
17
throw new Error(message)
18
/* eslint-disable no-empty */
19
} catch (e) {}
0 commit comments