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(runner/fetchData): guard fetch-data updates during edit retry (#1831)
* fix(runner/fetchData): guard fetch-data updates during edit retry + force sync
Move the run-staleness check into the editWithRetry callback so a new run that starts while we await runtime.idle() prevents older responses from overwriting fresher state.
Force sync of result helper cells, as some are otherwise never read and that can force conflicts.
0 commit comments