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

Circular dependencies

dl8sd11 opened this issue · comments

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");

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