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.
2 parents c08e170 + d5f03a4 commit 3c46b95Copy full SHA for 3c46b95
packages/loader/src/stableLoadBricks.ts
@@ -212,7 +212,7 @@ async function enqueueStableLoad(
212
): Promise<void> {
213
const brickPackagesMap = new Map<string, BrickPackage>();
214
for (const pkg of brickPackages) {
215
- const pkgId = pkg.id ?? getPkgIdByFilePath(pkg.filePath);
+ const pkgId = pkg.id || getPkgIdByFilePath(pkg.filePath);
216
brickPackagesMap.set(pkgId, pkg);
217
}
218
0 commit comments