Is there anything special about enum support in ko...
# javascript
y
Is there anything special about enum support in kotlin.js? I've been having some issues where enums seem to "devolve" into strings, which leads to errors when accessing their properties or using when statements on them
specifically, i have a map of string->data class, but in an event listener enum members of the values of that map seem to be strings, not actual enum values
hm no it was an issue on my side. i incorrectly cast a dynamic object
t
Do you use
kotlinx-serialization
?
y
no
t