swagger-ui icon indicating copy to clipboard operation
swagger-ui copied to clipboard

Property oauth2redirectUri missing from props in react swagger-ui ?

Open GithubUser8080 opened this issue 3 years ago • 0 comments

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

GithubUser8080 avatar Aug 30 '22 15:08 GithubUser8080