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.
1 parent fe9446d commit 9d0813dCopy full SHA for 9d0813d
elements/stats.js
@@ -1,7 +1,7 @@
1
// @ts-check
2
import {country, isPCountry} from './locales.js';
3
4
-const ERROR_HANDLING_ENABLED = true;
+const ERROR_HANDLING_ENABLED = false;
5
6
/** @type {WeakSet<Element>} */
7
const handledElements = new WeakSet();
0 commit comments