withAuthenticationRequired temporarily redirecting every load

As I understand, the onRedirecting parameter in withAuthenticationRequired is only meant to be invoked when the user isn’t logged in. I am authenticated with a React SPA, but everytime I go to a new component wrapped in withAuthenticationRequired, I see this onRedirecting loading component for 1-3 seconds before the page loads.

Are there other parameters I’m meant to apply once I know that the user has successfully authenticated?