YousefED / SyncedStore

SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically.

Home Page:https://syncedstore.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning: `property not found on root doc $$typeof`

websiddu opened this issue · comments

When exporting the Synced Store object in next.js received the following warning,

property not found on root doc $$typeof

Seems like we need to add $$typeof in there

https://github.com/YousefED/SyncedStore/blob/main/packages/core/src/doc.ts#L47

Please confirm if that is correct I can submit a pull request.

This might be right. If you add a PR with a unit test I'd be happy to merge!