noUnderscoreReactPropertyReact prop '{{propName}}' starts with '_'. Remove the leading underscore from the prop name.small-rules/no-underscore-react-propsBan React property names that begin with an underscore in JSX.
noUnderscoreReactPropertyReact prop '{{propName}}' starts with '_'. Remove the leading underscore from the prop name.This rule does not accept options.
<InventoryItemTooltip key="inventory-tooltip" _tooltipGradient={tooltipGradient}/>;<InventoryItemTooltip key="inventory-tooltip" tooltipGradient={tooltipGradient}/>;