File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<EpicVideo url = " https://www.epicreact.dev/workshops/react-fundamentals/key-prop/solution" />
4
4
5
- 👨💼 Great work. That was super weird an confusing for our users. They're much
5
+ 👨💼 Great work. That was super weird and confusing for our users. They're much
6
6
happier now.
7
7
8
- 🦉 Note, the key only needs to be unique within a given array. So this works
8
+ 🦉 The key only needs to be unique within a given array. So this works
9
9
fine:
10
10
11
11
``` tsx
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ So we're interpolating an array of renderable elements. This is totally
45
45
acceptable, but it has interesting implications for when things change over
46
46
time.
47
47
48
- We haven't covered things changing over time yet, but this warning's going to
48
+ We haven't covered things changing over time yet, but a warning's going to
49
49
show up any time you render an array regardless of whether that array changes
50
50
so we're going to address that here.
51
51
You can’t perform that action at this time.
0 commit comments