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
PipelineScreen.tsx:27-56 — eslint exhaustive-deps disabled. Callbacks captured at mount time. If parent state changes before pipeline completes, stale closure. Fix: use useRef for callbacks.
PipelineScreen.tsx:27-56 — eslint exhaustive-deps disabled. Callbacks captured at mount time. If parent state changes before pipeline completes, stale closure. Fix: use useRef for callbacks.