I set up a new react project and for some reason, the componentDidMount method is not being called.
componentDidMount
I have verified this behavior by placing a call to
In my case, there was another componentDidMount earlier in the code