-
-
Notifications
You must be signed in to change notification settings - Fork 433
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/fetch response error handling #1053
Fix/fetch response error handling #1053
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
95ffa3e
to
7007003
Compare
@rluders Hi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm unsure if I understood what it is trying to solve, but... I guess it doesn't hurt to get it merged after the change.
17f0db7
to
89e1735
Compare
89e1735
to
d87bc2e
Compare
Looks good @paghar. But the prettier doesn't seem happy. |
d87bc2e
to
3c180e0
Compare
0a233a5
to
3c180e0
Compare
e69d2cc
to
3c180e0
Compare
@rluders Sorry about that. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1053 +/- ##
==========================================
- Coverage 99.54% 93.91% -5.64%
==========================================
Files 163 202 +39
Lines 6621 8458 +1837
Branches 401 465 +64
==========================================
+ Hits 6591 7943 +1352
- Misses 30 515 +485
☔ View full report in Codecov by Sentry. |
You need to rebase... If you are having issues with the rebase, I can try to help tomorrow, just let me know if you didn't get into solving the conflict when rebasing. |
63ec918
to
3c180e0
Compare
58a4c86
to
68a0f4c
Compare
2eee058
to
a63b068
Compare
68a0f4c
to
aee1d35
Compare
4115473
to
351de7f
Compare
@rluders It is fixed now. |
Summarize the changes made and the motivation behind them.
Reference related issues using
#
followed by the issue number.If there are breaking API changes - like adding or removing props, or changing the structure of the theme - describe them, and provide steps to update existing code.