Dang. A day into refactoring a large #React app to use render props (in order to
allow re-use of application logic with a user-definable layout), I hit the
problem where render props return components with render props, and hooks don't
get called all the time.