diff --git a/upcoming_changelogs/7340.md b/upcoming_changelogs/7340.md new file mode 100644 index 00000000000..0d7669cdfe3 --- /dev/null +++ b/upcoming_changelogs/7340.md @@ -0,0 +1,4 @@ +- Updated generic types of `EuiBasicTable`, `EuiInMemoryTable` + and `EuiSearchBar.Query.execute` to add `extends object` constraint + - This change should have no impact on your applications since + the updated types only affect properties that exclusively accept object values.