You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, if you call "mina_networkId" right after calling "mina_accounts" without awaiting the promises, the response for "mina_networkId" is sent for the "mina_accounts" query as well.
For example, if you call "mina_networkId" right after calling "mina_accounts" without awaiting the promises, the response for "mina_networkId" is sent for the "mina_accounts" query as well.
I added this test button to the test-zkaptp to showcase the bug:
https://github.com/DeMonkeyCoder/mina-js/blob/d32c5c01b42d7db123b356d6405377b10d3194ad/apps/docs/src/components/test-zkapp.tsx#L192
The text was updated successfully, but these errors were encountered: