I'm updating project to Compose Multiplatform 1.4....
# compose-web
j
I'm updating project to Compose Multiplatform 1.4.0.....desktop and iOS is working fine but when I go to run Compose Web client I get
java.lang.IllegalStateException: IrPropertyPublicSymbolImpl for org.jetbrains.compose.web.attributes/setInputValue
....I think I have everything up to date but perhaps not....anyone else see this?
p
https://github.com/JetBrains/compose-multiplatform/issues/2615 Check if you use object anonymous implementation inside that function
You can browse the issue session, there are a couple related to this sintax, not quite the same all them. On my experience conpose-js is the worst out of the 4 platforms. I would prefer using something like kobweb that is based in the dom implementation.
j
ok, thanks....I did search for the error I'm seeing but didn't find anything specifically about it...only seems to happen after upgrading to 1.4.0....suspect some conflict with some other dependency
p
Ah cool perhaps you found a new one 😁
j
This particular project (PeopleInSpace) has a "normal" Kotlin/JS client and that's working fine fwiw....Compose for Web is only client I'm seeing issues with
h
Did you update all dependencies to the new compose version too? JS klib isn’t stable yet.
j
ok, just trying out a few things here and I think problem is related to a dependency on a 3rd party library that the compose for web client has.....will raise issue with it.