Computer Science, asked by TejuSandhu3038, 1 year ago

The prop `field` is marked as required in `itemselect`, but its value is `undefined`

Answers

Answered by Anonymous
2

Answer:

SinglePage is passing date props with name data as oppose to item that is defined in Details

<Details item={date} />

Also adding init value for date

constructor(props) {

super(props);

this.state = {

date: { date: null },

}

}

...✔

Answered by DynamicPlayer
17

Explanation:

address for location of website on the internet is called its URL to website we should know its URL some examples that are www.red.com www.yahoo.com www.hotmail.com

Similar questions