Skip to content

Commit 1e97e24

Browse files
committed
docs: remove unnecessary react-db note from changeset
1 parent ff39125 commit 1e97e24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.changeset/fix-dependency-bundling-issues.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ These extension packages incorrectly declared `@tanstack/db` as both a regular d
2121
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.
2222

2323
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

Comments
 (0)