You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an application, that uses react routes. Now, consider following flow:
Paths -> Requests (get, post etc) -> Security
For above flow, redoc is creating href to security schemas. On click of the href, the browser url is changed with #content id. This affects the react routing of our application. Is there a way to avoid this? If not, is it possible to override this behavior?
The text was updated successfully, but these errors were encountered:
majoshi1
changed the title
Ability to control href
Links overwriting react routes
May 17, 2022
Hi @majoshi1, thank you for your question.
Soon we have a plan to include auth section in Operations(Request Operations too).
After that Operations will not have a link to Auth section on top.
We have an application, that uses react routes. Now, consider following flow:
Paths -> Requests (get, post etc) -> Security
For above flow, redoc is creating href to security schemas. On click of the href, the browser url is changed with #content id. This affects the react routing of our application. Is there a way to avoid this? If not, is it possible to override this behavior?
The text was updated successfully, but these errors were encountered: