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