You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either a regression or a miss on the fix for #201. My guess is that this may be specific to openapi 3.0, as that's what I'm using and 3.0 wasn't yet supported when #201 was closed.
I'm seeing this using redoc-cli@0.9.12 (which uses redoc 2.0.0-rc40) with an openapi 3.0 spec with a single server.
Reproduction steps:
---
openapi: 3.0.0
info:
title: Test API
version: 0.0.1
servers:
- url: https://api.example.com
paths:
/some/example/path:
get:
responses:
'204':
description: No Content.
Either a regression or a miss on the fix for #201. My guess is that this may be specific to openapi 3.0, as that's what I'm using and 3.0 wasn't yet supported when #201 was closed.
I'm seeing this using redoc-cli@0.9.12 (which uses redoc 2.0.0-rc40) with an openapi 3.0 spec with a single server.
Reproduction steps:
Then bundle it
This is what you see when you click the dropdown:
The text was updated successfully, but these errors were encountered: