From 73a726d1b3b6164fd71593f1ad66f11eca354bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Gorej?= Date: Tue, 25 Jul 2023 11:25:23 +0200 Subject: [PATCH] docs(swagger-ui-react): drop claim about no custom plugins support (#9058) --- flavors/swagger-ui-react/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/flavors/swagger-ui-react/README.md b/flavors/swagger-ui-react/README.md index faa8af7e..89e2057e 100644 --- a/flavors/swagger-ui-react/README.md +++ b/flavors/swagger-ui-react/README.md @@ -227,7 +227,6 @@ More information about Next.js integration can be found in [#7970](https://githu * Some props are only applied on mount, and cannot be updated reliably. * OAuth redirection handling is not supported. * Topbar/Standalone mode is not supported. -* Custom plugins are not supported. We intend to address these limitations based on user demand, so please open an issue or pull request if you have a specific request.