However, I am working on legacy code and I am trying to find out where it could be.  Short of scanning through every useEffect call is there a more efficient way of determining which line, component or state is being updated?
            Asked
            
        
        
            Active
            
        
            Viewed 45 times
        
    0
            
            
         
    
    
        Archimedes Trajano
        
- 35,625
- 19
- 175
- 265
- 
                    Chrome or firefox debugger? – Sam Jun 21 '21 at 05:30
- 
                    React Native, Expo. I can't get it working in the debugger in a stable way. – Archimedes Trajano Jun 21 '21 at 13:58
1 Answers
0
            
            
        You can use react developer tool to check state updates, Here is the installation steps https://github.com/facebook/react/tree/master/packages/react-devtools-extensions#installation
 
    
    
        Dhaval Vachheta
        
- 104
- 4