Invalid prop type error in Stack Monitoring EuiInMemoryTable #39739
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Monitoring
Stack Monitoring team
v8.0.0
Looks like
EuiInMemoryTable
is strict now and requires:field
property for all the columns. So far I found this error on these pages:Might also be in other places where ever we use
EuiInMemoryTable
.**Please note that simply adding
field: 'reloads.successes
(to fix Logstash Nodes for example) will give a different error thatreloads
is undefined. There is no safeguard so the data object has to existThe text was updated successfully, but these errors were encountered: