From d044f05950618bbe848edd35bfdf9b2ac51a6687 Mon Sep 17 00:00:00 2001 From: Tomasz Kajtoch Date: Fri, 3 Nov 2023 23:45:08 +0100 Subject: [PATCH] chore: add changelog --- upcoming_changelogs/7340.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 upcoming_changelogs/7340.md 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.