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
Could we fix the mismatch between the prop types for EuiToast and TypeScript definitions please. @pugnascotia recommends an update to this to optionally allow ReactChild
The text was updated successfully, but these errors were encountered:
I am working on issue #25620 - Fix console errors and we've come across an issue where console errors are caused by Typescript definition for
title
prop being set to typestring
. The EUI toast JS file however defines propType for title as node.Could we fix the mismatch between the prop types for EuiToast and TypeScript definitions please. @pugnascotia recommends an update to this to optionally allow
ReactChild
The text was updated successfully, but these errors were encountered: