fix(FN-001): remove eslint-disable for non-existent react-hooks/exhaustive-deps rule
Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
@@ -356,7 +356,7 @@ export function MissionInterviewModal({
|
||||
setMissionGoal(persisted);
|
||||
}
|
||||
}
|
||||
}, [isOpen]); // intentional: only re-run on open/close, not on every keystroke
|
||||
}, [isOpen]);
|
||||
|
||||
// Auto-start when initialGoal prop is provided
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user