You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In storage/groups we use VDisk fields from Whiteboard for compatibility with viewer/storage. When Whiteboard is unavailable, we don't have VDiskId that is used as key in React. As a result, there is render issue when app renders more VDisks that are in the group.
How to reproduce - add such code to prepareGroupsResponse:
In
storage/groups
we useVDisk
fields fromWhiteboard
for compatibility withviewer/storage
. WhenWhiteboard
is unavailable, we don't haveVDiskId
that is used askey
inReact
. As a result, there is render issue when app renders moreVDisks
that are in the group.How to reproduce - add such code to
prepareGroupsResponse
:The text was updated successfully, but these errors were encountered: