Skip to content

Commit

Permalink
docs: (jotai-tanstack-query) remove wonka as a peer dependency (#2693)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalijonn authored Aug 5, 2024
1 parent aeeb479 commit c76b224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/extensions/query.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jotai-tanstack-query currently supports TanStack Query v5.

### Install

In addition to `jotai`, you have to install `jotai-tanstack-query`, `@tanstack/query-core` and `wonka` to use the extension.
In addition to `jotai`, you have to install `jotai-tanstack-query` and `@tanstack/query-core` to use the extension.

```bash
npm i jotai-tanstack-query @tanstack/query-core wonka
npm i jotai-tanstack-query @tanstack/query-core
```

### Incremental Adoption
Expand Down

0 comments on commit c76b224

Please sign in to comment.