We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8d4e6 commit 983bda9Copy full SHA for 983bda9
1 file changed
src/content/learn/updating-arrays-in-state.md
@@ -409,7 +409,6 @@ For example:
409
```js
410
import { useState } from 'react';
411
412
-let nextId = 3;
413
const initialList = [
414
{ id: 0, title: 'Big Bellies' },
415
{ id: 1, title: 'Lunar Landscape' },
0 commit comments