@@ -4,14 +4,14 @@ import Person from './person.jsx';
/*
* props.persons is an Array, here we assume with at least two elements
* note, in second use of Person, the use of spread operator "..." on object to alleviate the syntax, possible when object field names correspond to props name
* Here a list of components is built, but no "key" property is provided => /!\ pb, see console