Closed samuelstroschein closed 1 year ago
Seems like the setSafe Function is sorting keys with numbers, which is not what we like. https://github.com/angus-c/just/issues/559
This plain js function works as expected.
obj = {...obj, ...{[key]: value}}
@NilsJacobsen perfect lets get rid of safeSet
Problem
Reproduction
Additional information
The ordering of message ids does not seem to be obeyed, leading to this bug. If that is the case, this bug should be fixed and a better error message should also be provided.