-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Package Scope
@suspensive/react-query
Bug description
in my package.json:
"@suspensive/react": "^3.15.1",
"@suspensive/react-query": "^3.15.1",
...
"@tanstack/react-query": "^5.90.11",
pnpm why @suspensive/react-query-4
...
dependencies:
@suspensive/react-query 3.15.1
└── @suspensive/react-query-4 3.15.1
when i try to run vite on a tanstack start project:
✘ [ERROR] No matching export in "node_modules/.pnpm/@tanstack+react-query@5.90.11_react@19.2.0/node_modules/@tanstack/react-query/build/modern/index.js" for import "Hydrate"
node_modules/.pnpm/@suspensive+react-query-4@3.15.1_@tanstack+react-query@5.90.11_react@19.2.0__react@19.2.0/node_modules/@suspensive/react-query-4/dist/QueriesHydration-C8w5Rm3q.mjs:3:9:
3 │ import { Hydrate, QueryClient, dehydrate } from "@tanstack/react-query";
│ ~~~~~~~
╵ hydrate
Did you mean to import "hydrate" instead?
node_modules/.pnpm/@tanstack+query-core@5.90.11/node_modules/@tanstack/query-core/build/modern/index.js:56:2:
56 │ hydrate,
╵ ~~~~~~~
/home/davidosomething/projects/x/node_modules/.pnpm/esbuild@0.25.11/node_modules/esbuild/lib/main.js:1467
let error = new Error(text);
^
Expected behavior
installs and does not include @suspensive+react-query-4@3.15.1
To Reproduce
pnpm 10.24.0
node v24.11.1
Possible Solution
No response
etc.
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working