You need an array instead of object for tododata. Please check the following code snippet.
const Tododata = [
{
id: 3,
ext: 'to take a shower',
completed: true
},
{
id: 5,
ext: 'to brush teeth',
completed: true
},
...
];
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…