v1.9.0
This deprecates useProxy
macro and adds new useProxy
util, which is a convenient React hook to avoid misusing proxy states and snapshots.
What's Changed
- feat(react/utils): Add useProxy() hook by @sarimarton in #626
- fix(vanilla): use case with refed proxies by @dai-shi in #624
- feat: reorganize entry points by @dai-shi in #627
Full Changelog: v1.8.2...v1.9.0