We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
async
1 parent eaed6a7 commit 02f6385Copy full SHA for 02f6385
packages/browser/src/standalone.js
@@ -17,7 +17,7 @@ import * as optionalComponents from "@adobe/alloy-core/core/componentCreators.js
17
18
// This file is used by rollup to create the browser version that is uploaded to cdn
19
20
-const initializeStandalone = async ({ components }) => {
+const initializeStandalone = ({ components }) => {
21
// eslint-disable-next-line no-underscore-dangle
22
const instanceNames = /** @type {WindowWithAlloy} */ (window).__alloyNS;
23
if (!instanceNames) {
0 commit comments