You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/fix-dependency-bundling-issues.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,5 +21,3 @@ These extension packages incorrectly declared `@tanstack/db` as both a regular d
21
21
The fix removes `@tanstack/db` from regular dependencies and keeps it only as a peerDependency. This ensures only one version of `@tanstack/db` is installed in the dependency tree, preventing version conflicts.
22
22
23
23
For local development, `@tanstack/db` remains in devDependencies so the packages can be built and tested independently.
24
-
25
-
Note: `@tanstack/react-db` keeps `@tanstack/db` as a regular dependency - this is correct since it's a framework wrapper that pulls in everything needed. Users typically install the framework package (like `@tanstack/react-db`), not `@tanstack/db` directly.
0 commit comments