It seems like the dev tools' table explorer shows arrays only containing null for all KeysWithValues tables, while the store events view shows the correct value. (Note that these tables are not actually relevant for the client, but it might point to some decoding bug in our networking code or the dev tools visualization)
This is a wider issue with how Dev UI handles array fields. When serialising the object here, it returns null on numerical keys (ie. array indices). Arrays are awkward to display regardless but a null value is confusing.
It seems like the dev tools' table explorer shows arrays only containing
null
for allKeysWithValues
tables, while the store events view shows the correct value. (Note that these tables are not actually relevant for the client, but it might point to some decoding bug in our networking code or the dev tools visualization)