How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

sdk/v2.13.0: Fix record index sync when view fields arrive via SSE (#19069)

calendar_today June 14, 2026 person channi23 domain twenty

Fixes #19023 What changed This updates the record index/view field state flow so the current view can react to late-arriving viewFields coming from SSE without requiring a page refresh. Changes: extracted a narrower syncRecordIndexViewFields path in useLoadRecordIndexStates kept the initial full record-index load for first entry into a view added a follow-up sync in RecordIndexLoadBaseOnContextStoreEffect when the same view receives updated viewFields updated ViewBarRecordFieldEffect so it re-syncs current record fields when currentView.viewFields changes instead of only initializing once Why

open_in_new Read original post