DEV Community

Discussion on: 8 easy steps to add Okta authentication to your React app

Collapse
 
devhawkio profile image
Bobby Lansing

I have followed the guide, but am receiving:
TypeError: Object(...) is not a function

with a pointer to:
export default withAuth(LoginPage);

Any ideas on how to fix this issue?