Oliwia Rogala

Results 45 comments of Oliwia Rogala

> How to use it with react? > > ```js > ref={() => { > SwaggerUIBundle({ > docExpansion: 'list', > dom_id: '#swagger-ui', > url: `${apiUri}/doc.json`, > }); > }} >...

Hi all, Thanks for your interest in this issue! We also have it reported in [Swagger Client](https://github.com/swagger-api/swagger-js/issues/3858), which is where it needs to be addressed. The error most likely comes...

Hi @LincolnPuzey It looks like for `multipart/form-data` we don't take into account the parent schema `example` when generating samples for the properties. There is a workaround for this by specifying...

Hi @BairDev, It looks like the Docker documentation is missing a note about installing packages with `npm i --legacy-peer-deps`, as described in [running locally](https://github.com/swagger-api/swagger-editor/tree/master?tab=readme-ov-file#prerequisites) part of the documentation.

Hi @PenghaiZhang , I could not reproduce this issue on my end. Could you check if it still occurs for you with the latest release of Swagger UI? From the...

Could there be an issue with the CSS load order? I also uploaded a [project](https://github.com/glowcloud/swagger-ui-webpack) based on most of the configuration provided here, if you would like to check if...

Hi all, if anyone is still running into this issue, I think I know what causes it and how it could be solved. - Swagger UI 5.10.5 specifies React and...

Hi @SiddarthaKarri, Thanks for your contribution! From what I’m seeing `formatNumericConstraints` is an extension of [stringifyConstraintNumberRange ](https://github.com/swagger-api/swagger-ui/blob/62b6d320ef0fe1addd0487e55006f5306fc1e945/src/core/plugins/json-schema-2020-12/fn.js#L254) with additional handling of Immutable objects. This could instead be done by exposing...

Related to https://github.com/swagger-api/swagger-ui/issues/3832 The current known workaround is using this setting: ``` syntaxHighlight: { activated: false, theme: "agate" } ``` It seems like it's not enough in this case -...

I will be tracking this further in the related issue #3832.