Filed an issue with a repro of what appears to be ...
# multiplatform
z
Filed an issue with a repro of what appears to be an issue with actualizers being able to see common symbols during WASM compilation. I think it's a WASM issue but let me know if this should be going to compose-multiplatform instead https://youtrack.jetbrains.com/issue/KT-66465
j
hey Zac, do you happen to know if it’s specifically this object (or its own returned object) that it is failing to see?: https://github.com/slackhq/circuit/blob/z/wasm/backstack/src/commonMain/kotlin/com[…]/backstack/SaveableStateRegistryBackStackRecordLocalProvider.kt
there are some similarities there with this older issue which was fixed last year, but I wonder if the two are related or if there are any clues here: https://youtrack.jetbrains.com/issue/KT-56584
z
I’m not sure. I linked a reproducer in the issue so I hope that’s enough