Derek Ellis
08/22/2021, 12:00 AMjs("{...}")
(or with the jsObject()
helper) to a composable function, there wouldn't be any way for the composable to know when to recompose if a property in that object changed because there's no real equality comparisons for plain JS objects. So if I want to pass data to a composable function, I don't really have a choice but to use Kotlin classes, right?andylamax
08/22/2021, 6:07 AMjim
08/22/2021, 12:38 PM