We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd182df commit 31499a8Copy full SHA for 31499a8
src/content/reference/react-compiler/compiling-libraries.md
@@ -93,7 +93,7 @@ npm install react-compiler-runtime@rc
93
94
### 找不到运行时模块 {/*runtime-module-not-found*/}
95
96
-如果用户遇到“Cannot find module 'react-compiler-runtime'”错误:
+如果用户遇到 “Cannot find module 'react-compiler-runtime'” 错误:
97
98
1. 确保该运行时包被列在 `dependencies` 中,而不是 `devDependencies`
99
2. 检查您的打包工具是否将该运行时包含在了输出中
0 commit comments