Skip to content

Commit

Permalink
chore(docs): Remove outdated limitation about shape unsubscribe (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed Jun 13, 2024
1 parent 5bb284d commit 2a2b148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/usage/data-access/shapes.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ Shape-based sync is under active development, and we're aware of some issues wit
- [`.sync`](../../api/clients/typescript.md#sync-method) method has a wider type signature in TypeScript than what's really supported. In particular, `limit`, `sort` and other keywords under `include` should not be there.
- `DELETE` of the top row on the client without having synced all the children may not result in a `DELETE` on the server and the row will be restored
- Recursive and mutually recursive tables are not supported at all for now. A foreign key loop will prevent the shape subscription from being established.
- Shape unsubscribe is not available, which means any shape subscription established by calling `.sync()` (in development in particular) is going to be statefully persisted regardless of code changes.

### Foreign key and query consistency

Expand Down

0 comments on commit 2a2b148

Please sign in to comment.