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

fix: avoid re throwing use-fetch error #6278

Merged
merged 1 commit into from
May 24, 2024

Conversation

ElTupac
Copy link
Contributor

@ElTupac ElTupac commented May 23, 2024

Based on the #6215, that use-fetch hook throws error and crash whole application. Proposal is just not re-throwing again the error to component level, since in React catching an error of a hook is not that easy as doing a try-catch.

@rtivital rtivital merged commit 46b85be into mantinedev:master May 24, 2024
@rtivital
Copy link
Member

Thanks!

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

2 participants