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

Stop using isvalidating #478

Merged
merged 2 commits into from
Feb 15, 2024
Merged

Stop using isvalidating #478

merged 2 commits into from
Feb 15, 2024

Conversation

evroon
Copy link
Owner

@evroon evroon commented Feb 15, 2024

Using isValidating, we see flickering in the UI because we don't use the caching of SWR optimally. We only need to check whether there is some data available, expired or not.

@evroon evroon self-assigned this Feb 15, 2024
Copy link

vercel bot commented Feb 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
bracket ⬜️ Ignored (Inspect) Visit Preview Feb 15, 2024 6:10pm

Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b40ff6d) 92.55% compared to head (cc36836) 92.55%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #478   +/-   ##
=======================================
  Coverage   92.55%   92.55%           
=======================================
  Files         102      102           
  Lines        3396     3396           
=======================================
  Hits         3143     3143           
  Misses        253      253           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@evroon evroon merged commit 15870bf into master Feb 15, 2024
7 checks passed
@evroon evroon deleted the stop-using-isvalidating branch February 15, 2024 18:17
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

1 participant