@plasmicapp/loader-react 1.0.66 → 1.0.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1194,7 +1194,7 @@ var ComponentLookup = /*#__PURE__*/function () {
1194
1194
  return !!x.globalContextsProviderFileName;
1195
1195
  });
1196
1196
 
1197
- if (!projectMeta || !!projectMeta.globalContextsProviderFileName && !this.registry.hasModule(projectMeta.globalContextsProviderFileName)) {
1197
+ if (!projectMeta || !projectMeta.globalContextsProviderFileName || !this.registry.hasModule(projectMeta.globalContextsProviderFileName)) {
1198
1198
  return undefined;
1199
1199
  }
1200
1200