We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749d8de commit 8be9457Copy full SHA for 8be9457
1 file changed
src/content/learn/keeping-components-pure.md
@@ -773,13 +773,8 @@ li {
773
774
```js src/StoryTray.js active
775
export default function StoryTray({ stories }) {
776
-<<<<<<< HEAD
777
// 复制数组!
778
- let storiesToDisplay = stories.slice();
779
-=======
780
- // Copy the array!
781
const storiesToDisplay = stories.slice();
782
->>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
783
784
// 不影响原始数组:
785
storiesToDisplay.push({
0 commit comments