Property 'contactList' does not exist on type 'IntrinsicAttributes'.ts(2322) – Reactjs
I just want to pass contactList which is an array of objects as a prop to ContactList component, but I'm having the error Property 'contactList' does not exist on type 'IntrinsicAttributes'.ts(2322) I'm new to typescript and I've been stuck for…