Describe the bug
EuiFlexItem gives TS error "Type '{ children: Element; title: string; grow: false; }' is not assignable to type". HTMLAttributes can not be assigned to EuiFlexItem anymore. Also "component" attribute does not accept values like "div" and "span" due to TS errors.
Describe the bug
EuiFlexItem gives TS error "Type '{ children: Element; title: string; grow: false; }' is not assignable to type". HTMLAttributes can not be assigned to EuiFlexItem anymore. Also "component" attribute does not accept values like "div" and "span" due to TS errors.