We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b4841 commit 2e54cbcCopy full SHA for 2e54cbc
1 file changed
src/content/reference/react-compiler/target.md
@@ -101,7 +101,7 @@ import { c as _c } from 'react-compiler-runtime';
101
102
---
103
104
-## Solução de problemas {/*troubleshooting*/}
+## Solução de Problemas {/*troubleshooting*/}
105
106
### Erros de runtime sobre runtime do compilador ausente {/*missing-runtime*/}
107
@@ -145,4 +145,4 @@ import { c } from 'react/compiler-runtime'
145
// Para React 17/18 (runtime polyfill)
146
import { c } from 'react-compiler-runtime'
147
// ^
148
-```
+```
0 commit comments