Dirk
01/18/2023, 2:16 PMturansky
01/18/2023, 3:34 PMListen
Dirk
01/18/2023, 4:04 PMturansky
01/18/2023, 4:06 PMthen the state variable is null again under 2...It’s expected, because you call effect once and use
…actualisieren
which was created at first renderDirk
01/18/2023, 4:35 PMturansky
01/18/2023, 5:59 PMval mycachedlambda = {
setData { oldData ->
calculateNewData(oldData)
}
}
Dirk
01/19/2023, 1:11 PMturansky
01/19/2023, 2:45 PM