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
You need to change your module.exports to point at RecipePage not TestPage
module.exports = RecipePage;