Update .changeset/little-boats-think.md

Co-authored-by: Aramis <34432188+sennyeya@users.noreply.github.com>
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2023-04-27 15:20:04 +02:00
parent a2f46987f7
commit 85b6e588eb
+1 -1
View File
@@ -5,5 +5,5 @@
`EntityOwnerPicker` now loads entities asynchronously
**BREAKING**: In order to improve the performance of the component, the users and groups displayed by `EntityOwnerPicker` aren't inferred
anymore by the entities available in the `EntityListContext` and are not affected by the filters applied to the `EntityListContext`.
anymore by the entities available in the `EntityListContext` and will no longer react to changes in the filters of `EntityListContext`.
Instead, the entities are displayed in batches, loaded asynchronously on scroll and filtered server side.