If I wanted to adopt in a large (1m+ loc) existing codebase, where the dependency array is wrong in many places (eslint-disable-line, not my doing!) what's the best path forward? Fix all the dependency arrays first? Or can I just drop them in favour of the compiler?
Like I don’t know how you think a change like this should land, but you can’t just land it by default without taking feedback from both apps and libraries to make sure all the bases are covered and feedback addressed
Comments