v0.2.1
Bug Fix
query().query() no longer throws on second call (#35)
Calling .query() on a resource field threw TypeError: Cannot assign to read only property '0' on subsequent calls. The proxy engine now shallow-clones frozen snapshot objects before wrapping, preventing in-place mutation of cached state.
Fix: #36
Upgrade
yarn add comwit@0.2.1Drop-in replacement. No API changes.