@teambit/snapping 1.0.441 → 1.0.443

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.
@@ -712,6 +712,7 @@ if you're willing to lose the history from the head to the specified version, us
712
712
  // this is similar to what happens in the workspace. the "onLoad" is running and populating the "data" of the aspects.
713
713
  await (0, _pMapSeries().default)(components, async comp => this.scope.executeOnCompAspectReCalcSlot(comp));
714
714
  } else {
715
+ await this.workspace.clearCache();
715
716
  // for the forked components, it's on the workspace, so all it is missing now is the installation
716
717
  await this.install.install(undefined, {
717
718
  dedupe: true,