Removed unused nextId variable (#6470)

This commit is contained in:
TymeeK
2024-01-10 12:53:05 -08:00
committed by GitHub
parent 6f8d4e6099
commit 983bda90cc

View File

@@ -409,7 +409,6 @@ For example:
```js
import { useState } from 'react';
let nextId = 3;
const initialList = [
{ id: 0, title: 'Big Bellies' },
{ id: 1, title: 'Lunar Landscape' },