YousefED / SyncedStore

SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically.
https://syncedstore.org
MIT License
1.71k stars 51 forks source link

Circular dependencies #68

Closed dl8sd11 closed 2 years ago

dl8sd11 commented 2 years ago

After running npm build, it seems like some instances and functions are duplicated.

For example, there are two INTERNAL_SYMBOL in packages\core\dist\syncedstore.js

var INTERNAL_SYMBOL$1 = Symbol("INTERNAL_SYMBOL");
var INTERNAL_SYMBOL = Symbol("INTERNAL_SYMBOL");
YousefED commented 2 years ago

I can't reproduce this issue, let me know if you're still running into this after updating your repo