When using spread operator (and maybe other attribute that not might have a name property) to pass props from parent to children, the plugin fails since JSXSpreadAttribute does not have a name attribute, thus throwing an error when attempting to read the name property of this undefined value.