Robert Jaros
01/08/2024, 4:00 PMjw
01/08/2024, 4:26 PM..<
seems to have caused a bunch of lowerings to no longer apply correctly.
That being said... a JS object is not a Kotlin array (or JS array) so crashing seems like the right behavior and you were just getting lucky before because JS is so forgiving.turansky
01/09/2024, 1:16 AMObject.values
(wrappers)turansky
01/09/2024, 1:19 AMObject.keys
also available