Benoit Vander Stappen

Results 15 comments of Benoit Vander Stappen

I think it's related to this issue : https://github.com/ionic-team/ionic-framework/issues/30040 And there is a good explanation of why it happens here : https://github.com/ionic-team/ionic-framework/issues/30040#issuecomment-2598359140 TL;DR : it's due to an ARIA spec...

Same issue with Orval 7.7.0 (and v6 too). The issue occurs only if `output:schemas` is set. When I comment this setting, Orval processes my openapi.yaml file. However, in my .schemas.ts...

I found out it comes from a request that have a `"*"` root key. For instance : ```yaml requestBody: required: false content: application/json: schema: type: object properties: '*': type: object...

I fixed it on my side by patching the OpenAPI specification file. With the example from my previous comment, it would look like this after the patch is applied :...

I had the same issue with GitHub PR diffs in VSCode. `cmd`+`shift`+`P` -> `Reload Window` fixed it. Thank you @nklowns ! 🙏