joebobmiles / zustand-middleware-yjs

Zustand middleware that enables sharing of state between clients via Yjs.
MIT License
103 stars 10 forks source link

Jest chokes on ESM format #17

Closed joebobmiles closed 3 years ago

joebobmiles commented 3 years ago

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.

joebobmiles commented 3 years ago

This has been resolved with v1.2.2.