vim-web 0.4.1-dev.3 → 0.4.1-dev.4

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.
@@ -76122,7 +76122,9 @@ Averrage Date/Second ${avgDataRatePS} kb
76122
76122
  cmp.dispose = () => {
76123
76123
  viewer.dispose();
76124
76124
  cmpContainer.dispose();
76125
- reactRoot.unmount();
76125
+ queueMicrotask(() => {
76126
+ reactRoot.unmount();
76127
+ });
76126
76128
  };
76127
76129
  return cmp;
76128
76130
  };