The app uses a top-level await in src/main.js. This is incompatible with the build target (ES2020). To fix this, use an asynchronous IIFE that is called without await.
# Old browser incompatibility
The app uses a top-level `await` in [`src/main.js`](src/src/main.js). This is incompatible with the build target (ES2020). To fix this, use an asynchronous IIFE that is called without `await`.
jakob.scheid
added this to the 0.1.0 milestone 2026-06-07 18:23:43 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Old browser incompatibility
The app uses a top-level
awaitinsrc/main.js. This is incompatible with the build target (ES2020). To fix this, use an asynchronous IIFE that is called withoutawait.chore/incompatibilityto chore/Old-browser-incompatibility