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