I'm trying to upgrade my compose runtime based fra...
# compose
r
I'm trying to upgrade my compose runtime based framework to the new compose multiplatform release
1.7.0-alpha01
(which is based on runtime
1.7.0-beta03
). Unfortunately the upgrade totally breaks my framework on the very low layer. More in thread 🧵
It's hard to debug the problem but I think the whole recomposition process is broken and I've located the place of the crash in this "magical" function (which I've created following other compose runtime based libraries, but I'm not sure how it really works!): https://github.com/rjaros/kilua/blob/main/kilua/src/commonMain/kotlin/dev/kilua/compose/ComponentNode.kt.
This stacktrace is the best what I can post here:
I would be very grateful for any tips!
p
Idk if its related but my whole wasm app is broken cant even start it, something related to composable singletons lambda (similar to what youre experiencing). On 1.6.11, it was working fine
r
p
Yeah ive seen it as well
r
I feel a lot better knowing that it's a global problem and not just my lib 😉
😅 2