Laityned
Laityned
This is failing because of #634, not the issue you mentioned.
This is not related to the parser but to the [react-i18next useTranslation hook](https://react.i18next.com/latest/usetranslation-hook#optional-keyprefix-option). This hook already namespaces combined with keyprefixes so that the code could remain clean
Using the latest state of this repo, this issue can not be replicated. I wrote test cases directly in the parser.test.js as well. What I did found out is that...
rebase from main to run all tests instead of a single test + coverage
I like this future, could this be merged?
Any insights why the azure test is failing? Futhermore this change fixes the behaviour that was introduced by #26843. Which removes the serverside emits to prevent duplicate file emits. However,...
Test are added in new and in legacy
I am facing the same issue as @Gbuomprisco
Thank you for the work around. I will definitely use it. Furthermore, I think reactfire should still address the root cause of this problem. I could help with a PR,...