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

Fixes #50

Merged
merged 5 commits into from
Mar 4, 2024
Merged

Fixes #50

merged 5 commits into from
Mar 4, 2024

Conversation

PetrKubes97
Copy link
Collaborator

Fixes #49, #37 and #34

@PetrKubes97 PetrKubes97 requested a review from KRTirtho March 3, 2024 15:27

This comment was marked as abuse.

Copy link
Owner

@KRTirtho KRTirtho left a comment

Choose a reason for hiding this comment

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

Awesome job 🚀 . Simple fix but a big riddle

@KRTirtho KRTirtho merged commit 10a7607 into main Mar 4, 2024
2 checks passed
@mauriciolcs2
Copy link

any idea when these fixes will be released? i need the fix for issue #34

@@ -184,6 +184,8 @@ class Query<DataType, ErrorType>
if (error is ErrorType) _errorController.add(error);
Copy link

@mauriciolcs2 mauriciolcs2 May 8, 2024

Choose a reason for hiding this comment

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

maybe we'll have to throw the error here? otherwise this future will always be completed and we won't be able to handle the error.

try {
  await mutation.mutate()
} catch (e) {
  // will never reach here
}

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.

Bug when using a query multiple times on the same screen
3 participants