Reactjs – useEffect running 3 times in a very simple NextJS app (v13.4+, app router). Why is this the case?
I have a very simple NextJS app in v13.4+ and it is running useEffect 3 times (even though it is set with an empty dependency array.) I was hoping that it would only run 1 time (on the equivalent of…