Currently, the Okta-react SecureRoute component has a compatibility issue with react-router-dom 6. To fix this issue you will need to implement your own SecureRoute component. The following steps will help you implement your own Okta-react SecureRoute Component. On your project create a new component, SecureRoute, and paste the following code: After creating the SecureRoute component, […]