Skip to content

ID number 4 of data not working #12

@Vishesh-Verma-Work

Description

@Vishesh-Verma-Work

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",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions