Skip to content

Commit ce41101

Browse files
authored
fix: unresolved conflicts (#1730)
1 parent 749d8de commit ce41101

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/content/learn/keeping-components-pure.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -773,13 +773,8 @@ li {
773773

774774
```js src/StoryTray.js active
775775
export default function StoryTray({ stories }) {
776-
<<<<<<< HEAD
777776
// 复制数组!
778-
let storiesToDisplay = stories.slice();
779-
=======
780-
// Copy the array!
781777
const storiesToDisplay = stories.slice();
782-
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
783778

784779
// 不影响原始数组:
785780
storiesToDisplay.push({

0 commit comments

Comments
 (0)