Skip to content

v0.2.1

Choose a tag to compare

@Moon-DaeSeung Moon-DaeSeung released this 20 Feb 15:23
· 37 commits to main since this release

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.1

Drop-in replacement. No API changes.