Adriano Raiano
Adriano Raiano
other downstream libs probably also need some changes: https://github.com/fastify/fastify-static/pull/127
The /documentaiton/json in fastify v2 looked like this:  and with fastify v3 (+ $ref) it looks like this:  maybe @Eomm can help? Seems like 'uuid#' in v2 was...
> It didn't resolved in on route hook, it resolved after, when `app.ready()` resolved ok, nevertheless... this is not getting resolved anymore... > also fixing this could be copy-pasted to...
Added a test in my fastify fork: 2.x branch => https://github.com/adrai/fastify/commit/e86e23d76a544de9ade9cc96712b8525da00c60c (works) master branch =>https://github.com/adrai/fastify/commit/0d535c4e746853aa32050db0b54ff5032abbec0d (fails) for v3 this changed: this: `vacation: 'sharedAddress#'` to: `vacation: { $ref: 'sharedAddress#' }` I...
@Eomm thank you for the explanation. I would prefer "slow" (I have no time pressure to update to fastify v3 currently, just did a first test)
please create a reproducible example... seems to work here: https://flowchart.js.org/
you need to isolate the issue in a minimal reproducible example, sorry.
For sure, PRs are always welcome ;-)
Would you like to send a Pull Request to address this? https://github.com/i18next/react-i18next/blob/master/index.d.ts
btw: seems to work here: https://github.com/i18next/react-i18next/blob/master/test/typescript/withTranslation.test.tsx#L78