homarr-labs / homarr

Detected the use of alert, confirm and prompt JS-0052
Anti-pattern
Minor
4 months ago6 months old
21    },
22    onError(err) {
23      // This makes sense as logging might cause an infinite loop
24      alert(err);25    },
26  });
27