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 873e5fb commit ecc1036Copy full SHA for ecc1036
injected/src/features/breakage-reporting/utils.js
@@ -24,7 +24,9 @@ function returnError(errorMessage) {
24
*/
25
function waitForLCP(timeoutMs = 500) {
26
return new Promise((resolve) => {
27
+ // eslint-disable-next-line prefer-const
28
let timeoutId;
29
30
let observer;
31
32
const cleanup = () => {
0 commit comments