Erando89

Results 4 comments of Erando89

Thank you, @frankie-tech. Looking forward to the fix.

I've found a better way to convert a OAS3 swagger.yaml to a Documentation, using [Swagger Editor](https://editor.swagger.io/). ```html Documentation function render() { var ui = SwaggerUIBundle({ url: "link/to/your/swagger.yaml", dom_id: '#swagger-ui', presets:...

I ran into the same error: ``` let autoCompleteJS = new autoComplete({ selector: "#branch", data: { src: async (query) => { try { const source = await fetch(`/suggestor/${query}`); const data...