Hi! We have a table where we render a key value for a particular row. The key value ordering appears very broken and inconsistent and does not seem to match the configured order.
For example say we have the order configured as:
key1
key2
key3
key4
we will observe the key value to be in an order like:
key4
key1
key2
key3
The strange part is it respects some of the order but key4 seems "stuck" at the top (for example if we flip 1 and 2 it will work). I've tried parsing out special characters and numerous other tricks with no luck. This functionality used to work until we up-versioned to 2.116
a few weeks ago (we were on about a year old verison prior to the upversion).