query icon indicating copy to clipboard operation
query copied to clipboard

Migrate react basic example to vite

Open zorzysty opened this issue 2 years ago • 2 comments

zorzysty avatar Jul 30 '22 11:07 zorzysty

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 59505de45eccd6060bb86a36c0d3cba31c3444b2:

Sandbox Source
@tanstack/query-example-react-basic Configuration
@tanstack/query-example-react-basic-typescript Configuration

codesandbox-ci[bot] avatar Jul 30 '22 11:07 codesandbox-ci[bot]

Codecov Report

Merging #3949 (59505de) into main (eab6e2c) will increase coverage by 0.45%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #3949      +/-   ##
==========================================
+ Coverage   96.36%   96.81%   +0.45%     
==========================================
  Files          45       57      +12     
  Lines        2281     2671     +390     
  Branches      640      784     +144     
==========================================
+ Hits         2198     2586     +388     
- Misses         80       83       +3     
+ Partials        3        2       -1     
Impacted Files Coverage Δ
src/devtools/useMediaQuery.ts
src/core/hydration.ts
src/core/subscribable.ts
src/core/queryClient.ts
src/react/utils.ts
src/devtools/useLocalStorage.ts
src/core/infiniteQueryObserver.ts
src/react/useBaseQuery.ts
src/react/Hydrate.tsx
src/react/useIsFetching.ts
... and 92 more

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

codecov-commenter avatar Jul 30 '22 11:07 codecov-commenter

please resolve conflicts :)

TkDodo avatar Aug 12 '22 13:08 TkDodo