eropple / fastify-openapi3

Developer-friendly OpenAPI3 tooling for Fastify that's easy to use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Property '$static' is missing in type

tuler opened this issue · comments

Property '$static' is missing in type 'TObject<...>' but required in type 'TSchema'.ts(2345)
typebox.d.ts(77, 5): '$static' is declared here.

It looks like an incompatibility between TypeBox 0.23.5 (used by fastify-openapi3) and latest TypeBox 0.25.21

Should be fixed with the update. I'll investigate peerDependencies when I can.