@hashgraphonline/hashinal-wc 1.0.95 → 1.0.96

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.
@@ -5947,6 +5947,9 @@ class HashinalsWalletConnectSDK {
5947
5947
  const cachedSigner = this.dAppConnector.signers.find(
5948
5948
  (signer_) => signer_.getAccountId().toString() === cachedAccountId
5949
5949
  );
5950
+ if (!cachedSigner) {
5951
+ return null;
5952
+ }
5950
5953
  const accountId = (_b = cachedSigner == null ? void 0 : cachedSigner.getAccountId()) == null ? void 0 : _b.toString();
5951
5954
  if (!accountId) {
5952
5955
  return null;