v0.1.18 #24
travismfrank
announced in
Announcements
v0.1.18
#24
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
fix: Properly persist deeply-nested objects
This change does remove the memoizing benefits from before, since we're now creating a new proxy on every lookup of an object-like property. The proxy is scoped to the
getter
. Interested in suggestions for memoizing solutions!This discussion was created from the release v0.1.18.
Beta Was this translation helpful? Give feedback.
All reactions