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
Then it is not properly reified when restarting local
file:///Users/samgoodwin/workspaces/eventual-service/packages/service/lib/yjs/subscriptions.js:26
subscribers: topic?.subscribers.add(connectionId) ?? new Set([connectionId]),
^
TypeError: topic?.subscribers.add is not a function
at file:///Users/samgoodwin/workspaces/eventual-service/packages/service/src/yjs/subscriptions.ts:40:32
at processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
If an Entity contains a Set:
Then it is not properly reified when restarting local
The text was updated successfully, but these errors were encountered: