-
Notifications
You must be signed in to change notification settings - Fork 571
Open
Description
it is because it is written like this :
{
_id: 4,
title: "Started React JS",
content:
"Made my first App in React JS, feels awesome to learn something new. I aim to be a full stack dev someday",
category: "Learning",
},
and should be written like this :
{
_id: "4",
title: "Started React JS",
content:
"Made my first App in React JS, feels awesome to learn something new. I aim to be a full stack dev someday",
category: "Learning",
},
just the difference of, 1st line :
_id: 4, to _id: "4",
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels