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 4033990 commit 7c1651cCopy full SHA for 7c1651c
client/packages/lowcoder/src/comps/comps/remoteComp/loaders.tsx
@@ -13,7 +13,7 @@ async function npmLoader(
13
14
// Falk: removed "packageVersion = "latest" as default value fir packageVersion - to ensure no automatic version jumping.
15
const localPackageVersion = remoteInfo.packageVersion || "latest";
16
-
+
17
const { packageName, packageVersion, compName } = remoteInfo;
18
const entry = `${NPM_PLUGIN_ASSETS_BASE_URL}/${packageName}@${localPackageVersion}/index.js`;
19
// const entry = `../../../../../public/package/index.js`;
0 commit comments