react-vant-nova 1.1.9-test → 1.2.0-test

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.
@@ -2090,12 +2090,11 @@ function render(node, container) {
2090
2090
  function legacyUnmount(container) {
2091
2091
  return unmountComponentAtNode(container);
2092
2092
  }
2093
- async function concurrentUnmount(container) {
2094
- return Promise.resolve().then(() => {
2095
- var _a;
2096
- (_a = container[MARK]) == null ? void 0 : _a.unmount();
2097
- delete container[MARK];
2098
- });
2093
+ function concurrentUnmount(container) {
2094
+ var _a;
2095
+ (_a = container[MARK]) == null ? void 0 : _a.unmount();
2096
+ delete container[MARK];
2097
+ return true;
2099
2098
  }
2100
2099
  function unmount(container) {
2101
2100
  if (createRoot) {
@@ -2871,12 +2871,11 @@
2871
2871
  function legacyUnmount(container) {
2872
2872
  return unmountComponentAtNode(container);
2873
2873
  }
2874
- async function concurrentUnmount(container) {
2875
- return Promise.resolve().then(() => {
2876
- var _a;
2877
- (_a = container[MARK]) == null ? void 0 : _a.unmount();
2878
- delete container[MARK];
2879
- });
2874
+ function concurrentUnmount(container) {
2875
+ var _a;
2876
+ (_a = container[MARK]) == null ? void 0 : _a.unmount();
2877
+ delete container[MARK];
2878
+ return true;
2880
2879
  }
2881
2880
  function unmount(container) {
2882
2881
  if (createRoot) {