if (node.property && node.property.type === 'Identifier') {
          componentPath.push(node.property.name);
        }