Bug Fixes
- Shared state updates now reach linked clients connected to other backend instances — the fan-out previously skipped any client whose websocket was not connected to the instance processing the event, so with redis and multiple workers only same-instance clients received live updates. (#6934)
- Allow static IDs on document-root head components without generating React hooks. (#7005)