query
query copied to clipboard
chore(devtools): Add peerDependencies
react-query-devtools gives the following error when using yarn berry workspace. And you can check it out at https://github.com/doinki/react-query

packageExtensions:
'@tanstack/react-query-devtools@*':
peerDependencies:
'@tanstack/react-query': '^4.0.0'
But can fix this error by adding packageExtentions to .yarnrc.yml
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 ba3ba271a45a0b2fd8b796d162bd1b5e60a313c6:
| Sandbox | Source |
|---|---|
| @tanstack/query-example-react-basic | Configuration |
| @tanstack/query-example-react-basic-typescript | Configuration |
#4004
this will likely conflict with:
- https://github.com/TanStack/query/pull/4011
@TkDodo This is my first time making a pull request to open source, what should I do?
thanks for the contribution. It's fine, I'll merge and we'll solve the conflicts on the other PR :)