We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a user selects the snap tabntje onTransaction is not called once but recalled multiple times into infinity
The text was updated successfully, but these errors were encountered:
My guess would be that the component rerenders more often than we think and our current hook doesn't expect that.
cc @GuillaumeRx
Sorry, something went wrong.
Yes, it seems like one of the parent components updates more often then we thought. This may be due to the transaction logic.
Duplicate of #816
The call should happen only the first time during the first render and then the data should be cached in the UI
Opened a PR that fixes this, but have asked for feedback from the extension team
FrederikBolding
Successfully merging a pull request may close this issue.
When a user selects the snap tabntje onTransaction is not called once but recalled multiple times into infinity
The text was updated successfully, but these errors were encountered: