swagger-ui
swagger-ui copied to clipboard
Property oauth2redirectUri missing from props in react swagger-ui ?
Hi, looking at the source code it seems that oauth2redirectUri is indeed read by the constructor of the SwaggerUI component. However, the typescript type itself doesn't support this property, thus it cannot be passed to the component when using typescript
Using the latest version of both swagger-ui-react and @types/swagger-ui-react
Thanks