@smartbit4all/ng-client 3.3.184 → 3.3.185

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.
@@ -15831,7 +15831,7 @@ class SmartComponentApiClient {
15831
15831
  reference.load();
15832
15832
  }
15833
15833
  }
15834
- else if (reference === undefined) {
15834
+ else if (!skipLoad && reference === undefined) {
15835
15835
  console.error(`Provided reference for ${key} is undefined.`);
15836
15836
  }
15837
15837
  });