@plasmicpkgs/antd5 0.0.101 → 0.0.103

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/index.js CHANGED
@@ -575,7 +575,9 @@ function GlobalLoadingIndicator() {
575
575
  app.message.destroy(`plasmic-antd5-global-loading-indicator`);
576
576
  }
577
577
  },
578
- { immediate: true }
578
+ // Diabled immediat because it's creating an infinite rendering
579
+ // https://app.shortcut.com/plasmic/story/36991
580
+ { immediate: false }
579
581
  );
580
582
  } else {
581
583
  warnOutdatedDeps();