fix: Fix infinite loop in Feed by removing stories from useEffect deps

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2025-11-19 17:51:18 +00:00
parent 55bf75742e
commit b85d879ae7

View File

@@ -58,7 +58,7 @@ function Feed({ updateCache }) {
setError(true);
}
);
}, [updateCache, stories]);
}, [updateCache]);
return (
<div className='container'>