@cshah18/sdk 3.0.3 → 3.0.5

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.
@@ -2657,6 +2657,9 @@ class WidgetRoot {
2657
2657
  this.groupFulfilled = true;
2658
2658
  }
2659
2659
  }
2660
+ else {
2661
+ this.groupFulfilled = false;
2662
+ }
2660
2663
  this.refreshRenderedContainers();
2661
2664
  }
2662
2665
  catch (error) {