vim-web 0.4.1-dev.3 → 0.4.1

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.
package/dist/vim-web.js CHANGED
@@ -76106,7 +76106,9 @@ function createViewer$1(container, settings2 = {}, coreSettings = {}) {
76106
76106
  cmp.dispose = () => {
76107
76107
  viewer.dispose();
76108
76108
  cmpContainer.dispose();
76109
- reactRoot.unmount();
76109
+ queueMicrotask(() => {
76110
+ reactRoot.unmount();
76111
+ });
76110
76112
  };
76111
76113
  return cmp;
76112
76114
  };