mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The Zustand setError() setter has a side effect: it sets processing=false. When called after setProcessing(true), it immediately killed the processing state, so the ProgressCard never rendered. Fix: call setError(null) before setProcessing(true).