Closed Cerber-Ursi closed 4 years ago
Hi,
Thank you for issue report.
Are you using latest CLI tool to build the console? If yes, it's (unfortunately) creates a build of preview version of the console. Please, for now downgrade to 0.2.12
to build current version of the console.
I'm sorry for the confusion.
I am also going to fix this behavior in next console.
This is now fixed with API Console 6.0.0 and CLI tool 2.0.0
Greetings!
I've just run into some strange behaviour with
api-console-cli
. Here's my RAML (simplified as much as possible):api.raml
lib.raml
When console is built, there are three types in "Types" part of the sidebar: two instances of
Type1
and one - ofType2
. Seems that this example is minimal possible: removing endpoint ormediaType
or moving type definitions intoapi.raml
disables the anomaly.