eropple / fastify-openapi3

Developer-friendly OpenAPI3 tooling for Fastify that's easy to use.
23 stars 2 forks source link

Property '$static' is missing in type #1

Closed tuler closed 1 year ago

tuler commented 1 year ago
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

eropple commented 1 year ago

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