We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@suspensive/react, @suspensive/react-query, @suspensive/react-query-4, @suspensive/react-query-5
When using @suspensive/react-query as standalone, I'm getting a peerDependency error for @suspensive/react.
@suspensive/react-query
@suspensive/react
Failed to compile. ../../node_modules/.pnpm/@[email protected]_@[email protected][email protected]/node_modules/@suspensive/react-query-5/dist/chunk-AT3YTYWU.js Module not found: Can't resolve '@suspensive/react' https://nextjs.org/docs/messages/module-not-found Import trace for requested module: ../../node_modules/.pnpm/@[email protected]_@[email protected][email protected]/node_modules/@suspensive/react-query-5/dist/index.js ../../node_modules/.pnpm/@[email protected]_@[email protected][email protected]/node_modules/@suspensive/react-query/dist/index.js ./app/clubs/[id]/page.tsx
According to the official documentation, we should only need to install:
npm install @suspensive/react-query @tanstack/react-query
https://codesandbox.io/p/sandbox/optimistic-wood-c4jp33
No response
Is this intended behavior? It seems we might need to address this gap in one of two ways:
npm install @suspensive/react-query @suspensive/react @tanstack/react-query
The text was updated successfully, but these errors were encountered:
Co-authored-by: kangju2000 <[email protected]>
Co-authored-by: manudeli <[email protected]>
Sorry, something went wrong.
#1325
Same issue in my opinion
gwansikk
manudeli
No branches or pull requests
Package Scope
@suspensive/react, @suspensive/react-query, @suspensive/react-query-4, @suspensive/react-query-5
Bug description
When using
@suspensive/react-query
as standalone, I'm getting a peerDependency error for@suspensive/react
.Expected behavior
According to the official documentation, we should only need to install:
To Reproduce
https://codesandbox.io/p/sandbox/optimistic-wood-c4jp33
Possible Solution
No response
etc.
Is this intended behavior? It seems we might need to address this gap in one of two ways:
@suspensive/react
installation:The text was updated successfully, but these errors were encountered: