reactjs/zh-hans.react.dev

学习React部分的渲染列表章节#对数组项进行过滤codesandbox无法正确显示

yumubi opened this issue · 1 comments

yumubi commented

错误位置:

https://zh-hans.react.dev/learn/rendering-lists#filtering-arrays-of-items部分的playground的App.js的import语句

错误截图:

image

原版英文教程部分截图对比:

image

错误原因:

codesandbox中的代码结构srcdata.js位于src同级目录
image

建议: 修改App.jsimport { people } from './data.js'; 或者修改codesandbox中代码结构

This should have been solved by #1408. Thanks for your feedback.