You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: cell editing writes stale values due to stale ref indirection
Removed pendingEditsRef and editingCellRef that were synced via useEffect (after render), causing resolveCellValue and isCellEditing checks to always read one-render-stale values. Now reads state directly. Bumped to 0.1.0-beta.2.