We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const [activeLocale, setLocale] = useLocale(); index.tsx:26 Uncau ght TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
能正常使用国际化
No response
3.0
export default defineConfig(() => { return { ssg: false, codeSplitting: false, minify, outputDir: "dist", routes: { ignoreFiles: [ "**/components/**", // 忽略被解析成路由组件 ], }, plugins: [ i18n({ locales: ["zh-CN", "en-US"], defaultLocale: "zh-CN", autoRedirect: true, }), }; });
The text was updated successfully, but these errors were encountered:
能否用 with-i18n 提供一个复现 demo,方便判断是插件内部逻辑原因还是其他三方依赖导致
Sorry, something went wrong.
怎么传demo
提供一个 github 链接,或者上传 zip
No branches or pull requests
Describe the bug
const [activeLocale, setLocale] = useLocale();
index.tsx:26 Uncau
ght TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
Expected behavior
能正常使用国际化
Actual behavior
No response
Version of ice.js
3.0
Content of build.json or ice.config.mts
Additional context
No response
The text was updated successfully, but these errors were encountered: