From d59edd85cd18f81885185f38a1d1b14a46e968d8 Mon Sep 17 00:00:00 2001 From: Davis McPhee Date: Thu, 18 Jan 2024 18:55:12 -0400 Subject: [PATCH] Add changelog --- changelogs/upcoming/7468.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/upcoming/7468.md diff --git a/changelogs/upcoming/7468.md b/changelogs/upcoming/7468.md new file mode 100644 index 00000000000..b6a83c55d84 --- /dev/null +++ b/changelogs/upcoming/7468.md @@ -0,0 +1,3 @@ +**Bug fixes** + +- Fixed an issue in `EuiResizableContainer` where `onResizeEnd` becomes a stale closure when renders occur between resize start and end. This can result in an outdated version of a consumer's `onResizeEnd` callback being called on resize end. \ No newline at end of file