17
3
Fork
You've already forked split-bill
2

Potential "title" bug, attempting to send unserializable message #13

Open
opened 2025年09月27日 10:26:26 +02:00 by WofWca · 1 comment

durian/split-bill@0f12d53c30/ystore.js (L17)

See https://support.delta.chat/t/yjs-it-feels-like-the-shared-state-has-diverged/4144/3?u=wofwca

-const document = ymap.get("title") || "Split Bill";
+const document = ymap.get("title").toString() || "Split Bill";
https://codeberg.org/durian/split-bill/src/commit/0f12d53c30a78ab068e5123349bc616ce2c13d33/ystore.js#L17 See https://support.delta.chat/t/yjs-it-feels-like-the-shared-state-has-diverged/4144/3?u=wofwca ```diff -const document = ymap.get("title") || "Split Bill"; +const document = ymap.get("title").toString() || "Split Bill"; ```

Thank you @WofWca! The fork of @bespinas is vastly improved than mine and it looks like they're aware of the issue already!

https://codeberg.org/bespinas/divvy-bill

Thank you @WofWca! The fork of @bespinas is vastly improved than mine and it looks like they're aware of the issue already! https://codeberg.org/bespinas/divvy-bill
Sign in to join this conversation.
No Branch/Tag specified
main
ac/prettier-fix
1.2
v1.1
v1
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
webxdc/split-bill#13
Reference in a new issue
webxdc/split-bill
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?