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

Dev #60

Merged
merged 4 commits into from
May 18, 2024
Merged

Dev #60

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ React Query Rewind introduces a powerful DevTool extension designed to work in c
1. Download npm package into your application.

```sh
npm i react-query-rewind
npm i -D react-query-rewind
```

2. Import the ReactQueryRewind component into the root of your applicaiton.
Expand Down
2 changes: 1 addition & 1 deletion package-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ React Query Rewind introduces a powerful DevTool extension designed to work in c
1. Download npm package into your application.

```sh
npm i react-query-rewind
npm i -D react-query-rewind
```

2. Import the ReactQueryRewind component into the root of your applicaiton.
Expand Down
6 changes: 6 additions & 0 deletions package-react/example/server/models/sports.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"timestamp": "Mar 20, 2024",
"username": "Guest",
"picture": "guest"
},
{
"text": "test\n",
"timestamp": "May 13, 2024",
"username": "Guest",
"picture": "guest"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion package-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/oslabs-beta/react-query-rewind"
},
"version": "1.1.1",
"version": "2.0.2",
"description": "React Query Rewind is a library that helps developers debug applications that use React Query (ie TanStack Query) by letting them time travel through state changes directly in their chrome dev tools",
"keywords": [
"react",
Expand Down