@permissionless-technologies/upp-sdk 0.4.10 → 0.4.11

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.
@@ -187,6 +187,7 @@ function UPPAccountProvider({
187
187
  return () => {
188
188
  cancelled = true;
189
189
  if (noteStoreUnsub) noteStoreUnsub();
190
+ syncPromiseRef.current = null;
190
191
  };
191
192
  }, [ethAddress, cryptoReady, chainId, publicClientProp]);
192
193
  const persistNotes = useCallback(