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
yawkat
04/12/2020, 9:20 AM
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
yawkat
04/12/2020, 9:28 AM
hm no it was an issue on my side. i incorrectly cast a dynamic object