Update README documentation for <SecureRoute>
incompatibility with React Router v6
#267
Labels
bug
Something isn't working
Describe the bug
It was discussed here that
<SecureRoute>
cannot be used with React Router v6. This fact was confirmed by @jaredperreault-okta here, and Jared linked to this sample which does not use the<SecureRoute>
component.Based on the above,
<SecureRoute>
is not compatible with React Router v6. Given that React Router v6 has been out for almost 2 years, I think the documentation in this project's README should assume that users are using React Router v6 (and thus cannot use<SecureRoute>
😟). That involves:Reproduction Steps?
See the README links above.
SDK Versions
n/a
Additional Information
No response
The text was updated successfully, but these errors were encountered: