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(devtools): prevent devtools explorer from collapsing when data is being fetched #4214

Merged
merged 1 commit into from
Sep 24, 2022

Conversation

zorzysty
Copy link
Collaborator

Resolves: #3681

Original PR (#3687) has been abandoned. Here I just copied the relevant changes.

@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 94cb903:

Sandbox Source
@tanstack/query-example-react-basic Configuration
@tanstack/query-example-react-basic-typescript Configuration
@tanstack/query-example-solid-basic-typescript Configuration
peaceful-frost-dfqujt Issue #3681

@codecov-commenter
Copy link

codecov-commenter commented Sep 24, 2022

Codecov Report

Base: 96.36% // Head: 96.60% // Increases project coverage by +0.24% 🎉

Coverage data is based on head (94cb903) compared to base (eab6e2c).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4214      +/-   ##
==========================================
+ Coverage   96.36%   96.60%   +0.24%     
==========================================
  Files          45       72      +27     
  Lines        2281     2947     +666     
  Branches      640      814     +174     
==========================================
+ Hits         2198     2847     +649     
- Misses         80       98      +18     
+ Partials        3        2       -1     
Impacted Files Coverage Δ
src/core/focusManager.ts
src/core/mutationObserver.ts
src/react/QueryErrorResetBoundary.tsx
src/core/queryClient.ts
src/react/useQuery.ts
src/react/reactBatchedUpdates.ts
src/react/Hydrate.tsx
src/react/utils.ts
src/react/useBaseQuery.ts
src/react/setBatchUpdatesFn.ts
... and 107 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

Data tree won't stay expanded in Data Explorer in devtools
3 participants