Bryan Lee
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
beta/src/pages/learn/updating-arrays-in-state.md
|
|
@ -255,7 +255,9 @@ export default function ShapeEditor() { |
|
|
|
Move circles down! |
|
|
|
</button> |
|
|
|
{shapes.map(shape => ( |
|
|
|
<div style={{ |
|
|
|
<div |
|
|
|
key={shape.id} |
|
|
|
style={{ |
|
|
|
background: 'purple', |
|
|
|
position: 'absolute', |
|
|
|
left: shape.x, |
|
|
|