Liangzhen Zhu
Liangzhen Zhu
> Could you elaborate what exactly should be changed? @timofei-iatsenko The most core part that needs to be modified might be `const { i18n } = useLingui()`? Because `i18n` always...
@timofei-iatsenko The main issue is that i18n is an immutable reference, and the documentation uses i18n.date and i18n.number for date and number formatting, which causes problems under React Compiler. Are...
I encountered the same problem. Hope it merged soon! 🎉