Im getting this error, "The type '{ data: dataProp[]; }' cannot be assigned to type 'IntrinsicAttributes & dataProp'.A property 'data' does not exist on type 'IntrinsicAttributes & dataProp'."
On the red arrow if i use "| any" is working so i think the problem is there, a type is needed.