What's Changed
- Add
push.updateToken()to update the device's push token on React Native after the underlying push platform rotates it, keeping the device registration in sync with Ably #2267 - Add a
useObjectReact hook for subscribing to LiveObjects state #2259 PathObject.instance()method now returnsundefinedonly if nothing exists at that path. It wraps whatever value resolves there: aLiveMap, aLiveCounter, or a primitive value. A primitive-backedInstanceis read-only: it has noidand exposes the primitive viavalue().