Super bummed, got the whole project ready for wasm...
# webassembly
c
Super bummed, got the whole project ready for wasm support, finally fixed up all expect/actuals and errors. now seeing a IR error 😞
Copy code
e: java.lang.IllegalStateException: Parent of element (VALUE_PARAMETER kind:Regular name:$composer index:0 type:androidx.compose.runtime.Composer? [assignable]) is not initialized.
Please assign it explicitly or use utility such as IrElement.patchDeclarationParents().
        at org.jetbrains.kotlin.ir.declarations.IrDeclarationBase.getParent(IrDeclarationBase.kt:22)
I'll create a ticket, but can't share this project, dunno if anyone can help where the issue might be based on the error?
o
Yes, please create a ticket so the problem is tracked at least. Which CMP and Kotlin version do you use?
c
Already created ticket, 1.8.2
And tried with KT 2.1.20 and 2.2.0 (same error)
o
Could you please share the link?
Good news is I think it's related to metrics, i disabled the stability and reporting dest and it moved on! Now i'm stuck on the browser-wrapper bug
Hopefully they fix this week 🤞