Matt Chapman
Results
2
comments of
Matt Chapman
trafficstars
Experiencing this same issue, wondering if anyone has found a fix yet?
@LucasBassetti The `useTranslation` hook exposes the `i18n` instance along with the `t()` function. I've worked around this issue by calling `i18n.on('missingKey')` inside my root components where needed. Hope that helps.