I have this effect:
React.useEffect(() => { if (!maximumTocAttemptsExceeded) { if (!isLoading) { console.log(\'Here I need to reach\'); } } }