Liangzhen Zhu

Results 23 comments of 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...