Closed dprgarner closed 4 years ago
After having a quick glance on the PR, it looks like a very qualitative work :medal_military: . Thank you. I'll try to give a more in depth review ASAP, but I think it will be fine.
Don't worry about the yarn audit
CI failure, I'll update the dependencies in another PR. ~However, could you check what's wrong with node13 tests suite?~ Don't worry. Other branches seem also affected.
Thanks :tada:
Nice work ! Thank you very much :pray:
Closes #146
This allows the plugin user to specify their own custom
useTranslation
hooks instead of just thereact-i18next
one. I've extended the code that was doing the same for custom<Trans>
components, and used the same API as thecustomTransComponents
option.