You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
show more code @cwtuan
把{localeDone ? children : null}改成 {children} 不会报错了,但是国家化失效了,需要relaunch访问到其他页面再切回来才有效。
`import { Provider } from "react-redux";
import intl from "react-intl-universal";
import Taro from "@tarojs/taro";
import { useEffect, useState } from "react";
import { store } from "./store";
加了localeDone会报错,去掉localeDone国际化又不起作用,强制重渲染APP组件都没用
The text was updated successfully, but these errors were encountered: