Warning: Unknown prop on tag. Remove this prop from the element
I’m new to react and i was learning subclasses from one of Lynda examples. I’m creating a new subcomponent class called aptList
and using this.props.eachItem.ownerName
to iterate through each index from the JSON file where ownerName
is a property.