You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi @irudyi-carecloud, thanks for reporting the issue!
I confirmed some less common usages of EuiFlexItem may lead to the error you describe. I believe I fixed it as part of #7792, but to be sure it covers all use cases, could you please provide reproduction steps for the bug you're seeing?
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.
The text was updated successfully, but these errors were encountered: