Links overwriting react routes
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?
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.
Seems, it can be the solution for your case.
related https://github.com/Redocly/redoc/pull/2022
https://github.com/Redocly/redoc/issues/2021 https://github.com/Redocly/redoc/issues/2030
#2051