Skip to content

Commit 885b6eb

Browse files
Updated imports for the react query rewind component
1 parent b7b7723 commit 885b6eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-react/example/client/src/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import ReactDOM from 'react-dom/client';
33
import { QueryClientProvider, QueryClient } from '@tanstack/react-query';
44
import './styles.css';
55

6-
// import ReactQueryRewind from 'react-query-rewind';
6+
import ReactQueryRewind from 'react-query-rewind';
77
// import ReactQueryRewind from './link';
8-
import ReactQueryRewind from '../../../src/index';
8+
// import ReactQueryRewind from '../../../src/index';
99

1010
import {
1111
Navigate,

package-react/example/server/models/technology.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"text": "Agree on the dev experience. Also, for those looking to optimize their app's performance, React Query's automatic data fetching on window refocus or network reconnect is a neat feature. Reduces the need for manual refetching and ensures data is always fresh.",
4-
"liked": true,
4+
"liked": false,
55
"createComment": false,
66
"timestamp": "Mar 4, 2024",
77
"username": "Marcus Holloway",

0 commit comments

Comments
 (0)