如何避免react-i18next闪烁?

时间:2019-09-24 06:48:58

标签: react-i18next

这是我的代码:

import {translate, Trans} from 'react-i18next';
import i18n from '../i18n';

const Index = () => (
    <div>
      <p>Hello Next.js</p>
    </div>
  )


export default translate(['myjson'], { i18n, wait: process.browser })(Index);  

这是结果:

enter image description here

0 个答案:

没有答案