mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 23:26:39 +03:00
Follow-up to the generation stamp: both probe callbacks returned on a stale generation without clearing the elapsed-time interval. tryLoad clears it on re-entry, but a probe that finishes stale schedules no re-entry, so flipping back while one was in flight left the interval ticking for the rest of the page's life. Both exits now clear it, which is what the isConnected guard above them already did. Written with AI assistance (Claude Code). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>