The object itself is not that complex, but it has a nested array with about 100 short string:
{
prop1: ...,
prop2: ...,
dict: {
A: [...array of strings],
B: [...array of strings],
C: [...array of strings]
}
}
Changing one of the strings value causes a ton of re-renders in, presumably, the array editor:

This is on latest stable: 2.4.0 with material-ui renderers