joebobmiles / zustand-middleware-yjs

Zustand middleware that enables sharing of state between clients via Yjs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jest chokes on ESM format

joebobmiles opened this issue · comments

Just began integration into Repeated Pleasant Games and found that apparently Jest does not like ESM module imports that go untransformed. We either need to figure out how to distribute CommonJS and ESM or use CommonJS without breaking things like Vite.

This has been resolved with v1.2.2.