warn(`Extraneous non-props attributes (` +
                                                    `${extraAttrs.join(', ')}) ` +
                                                    `were passed to component but could not be automatically inherited ` +
                                                    `because component renders fragment or text root nodes.`);