N

const [notes, setNotes] = React.useState([]);
Как это сделать?Если он не пустой вывожу с помощью мапа
Size: a a a
N
М
К
E
VR
{note.length === 0 && <h1>Заметок нет</h1>}
О
И
E
M
{note.length === 0 && <h1>Заметок нет</h1>}
О
E
И
О
VK
E
const {property, ...newObj} = obj;
B
M
E
О
E