For some reason enhanced `openAPIRouteHandler` loses `components.schemas` data on page reload: ```js app.get('/openapi.json', (context, next) => { const handler = openAPIRouteHandler(app) return handler(context, next) }) ``` https://github.com/user-attachments/assets/f5003bb3-61f3-4e38-9506-8d2b5ebf0b59 hono-openapi 1.0.6 repo - https://github.com/vladshcherbin/h-open/tree/specs-handler