-
Notifications
You must be signed in to change notification settings - Fork 439
Description
Hello,
Today, I performed an upgrade of the package from version 4.11.9 to 4.12.0. I did not make any changes to my code — I only updated the package via NuGet.
However, it appears that something is behaving differently than usual.
Issue 1: Table does not reflect new items instantly
Previously, when I added a new item to the collection bound to a DataGrid table, the new item would appear instantly without needing to call InvokeAsync(StateHasChanged) or @ref.RefreshDataAsync.
But today, after the upgrade, the item does not appear immediately. Initially, I thought that perhaps the new version requires manual intervention to refresh the UI. However, after filtering/searching the table, I noticed that the new data is actually present — it's just not displayed initially.
So I suspect this might be a bug introduced in version 4.12.0.
Issue 2: Blue line appearing in the table
Secondly, I noticed a blue line appearing in the table, and I’m not sure what it represents.
I have several projects using FluentUI, and after checking them all — only those that were upgraded today are affected. This issue is consistent across upgraded projects.