react-vant-nova 1.1.0-test → 1.1.1-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.
@@ -5730,7 +5730,7 @@ const ToastObj = (p) => {
5730
5730
  },
5731
5731
  [setState]
5732
5732
  );
5733
- useEffect(() => {
5733
+ useIsomorphicLayoutEffect(() => {
5734
5734
  setVisible(true);
5735
5735
  if (!allowMultiple)
5736
5736
  syncClear();
@@ -12289,7 +12289,7 @@
12289
12289
  },
12290
12290
  [setState]
12291
12291
  );
12292
- React.useEffect(() => {
12292
+ useIsomorphicLayoutEffect$1(() => {
12293
12293
  setVisible(true);
12294
12294
  if (!allowMultiple)
12295
12295
  syncClear();