Skip to content
New issue

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

remove extra notifications when using useTransactor #766

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

technophile-04
Copy link
Collaborator

Description

Noticed this while testing #756, it was caused in #758 :

Screen.Recording.2024-03-10.at.10.03.32.AM.mov

When you get an error while sending transaction, it shows notification two times, this is due to since in #758, we are not eating up error in useTransactor instead showing notification + throwing it forward.

In 2746877 removed our own showing of notification or error again since its same already shown in useTransactor

For more details checkout : #758 (review)

Copy link
Collaborator

@rin-st rin-st left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

Copy link
Collaborator

@Pabl0cks Pabl0cks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, gj Shiv! Looks good to me 🙌

@technophile-04
Copy link
Collaborator Author

Tysm guys ! Merging this 🙌

@technophile-04 technophile-04 merged commit 6d0ac6c into main Mar 11, 2024
1 check passed
@technophile-04 technophile-04 deleted the bug/WriteOnlyFunction-two-errors branch March 11, 2024 09:44
@github-actions github-actions bot mentioned this pull request Mar 11, 2024
technophile-04 added a commit to BuidlGuidl/abi.ninja that referenced this pull request Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants