Graylog2 / graylog2-server

Free and open log management
https://www.graylog.org
Other
7.32k stars 1.05k forks source link

Aggregation builder: Direction radio button can loose value visually when changing grouping order. #20261

Open linuspahl opened 2 weeks ago

linuspahl commented 2 weeks ago

Description

Example: direction

The option does not loose it's value and will be displayed correctly when opening the widget it again or making any change in the widget. The bug does not occur in 5.2

linuspahl commented 2 weeks ago

It's a really weird issue. It seems to be related to react-beautiful-dnd (and maybe the react 18 upgrade). When I use a different approach to change to order, for example by clicking on a button, the problem does not occur.

What I did so far: