gpt4 book ai didi

reactjs - 错误 : Should have a queue. 这可能是 React 中的一个错误。请提出问题

转载 作者:行者123 更新时间:2023-12-04 16:25:23 26 4
gpt4 key购买 nike

issue
我正在使用 react-i18next .有时在面对 React 问题的 init 函数组件上。知道是什么原因造成的吗?
我的配置

import i18n from "i18next";
import resources from "./locales";
import { initReactI18next } from "react-i18next";

const options = {
debug: false,
lng: "en",
resources: resources,
fallbacking: "en",
};

i18n.use(initReactI18next).init(options);

export default i18n;
我的版本
"react": "^16.13.1",
"react-i18next": "^11.7.2",

最佳答案

自己发明的笨包。我在返回 dom 组件之前很简单地声明,比如

const test = (props)=>{
if(props.test){
return <p>test</p>
}
const { t } = useTranslation("Test");//this must be on very top
return <p>Main {t('test_variable')}</p>
}
我希望 react 在记录错误时能更清楚

关于reactjs - 错误 : Should have a queue. 这可能是 React 中的一个错误。请提出问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65548028/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com