We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db197f8 commit 24ff481Copy full SHA for 24ff481
src/components/CodeEditor/CodeEditor.js
@@ -56,12 +56,11 @@ class CodeEditor extends Component {
56
if (showBabelErrorMessage) {
57
errorMessage = (
58
<span>
59
- Babel could not be loaded.
+ Babel 加载失败。
60
<br />
61
62
- This can be caused by an ad blocker. If you're using one, consider
63
- adding reactjs.org to the whitelist so the live code examples will
64
- work.
+ 这可能是广告拦截器导致的。如果你正在使用此类插件,
+ 建议将 reactjs.org 加入白名单,以保证代码示例能够正常工作。
65
</span>
66
);
67
} else if (error != null) {
0 commit comments