mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fixes #6937 - Maximum call stack size exceeded error The issue was caused by passing JSX elements with children to the Trans component's components prop. When the translation string also contained the same tags, it created infinite recursion during interpolation. Changed all Trans components to use self-closing tags (e.g., <code />) instead of tags with children (e.g., <code>{value}</code>) to prevent the recursion issue. |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||