-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compose Web 1.2.1 regression: unexpected recompositions #2539
Comments
It's likely related to update from kotlin/js 1.7.10 to kotlin/js 1.7.20 (the compiler plugin for 1.7.20 didn't consider inferred |
Hey @bitspittle, // in your build.gradle.kts
compose {
kotlinCompilerPlugin.set("1.3.2.2-beta01") // it's a temporary hack. The new compiler version will likely be included in compose-multiplatform 1.2.2
} The issue should be gone. Note: 1.3.2.2-beta01 is available only with:
|
I gave this a shot locally and it seemed to work. Thank you! |
Did this miss the 1.2.2 release? Edit: I just tested locally and 1.2.2 seems to work. Should we close this bug now? |
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks. |
Originally reported in compose-web slack: https://slack-chats.kotlinlang.org/t/8070137/this-may-be-bigger-than-compose-for-web-but-i-m-noticing-tha
recomposes-too-often-bug.zip
The text was updated successfully, but these errors were encountered: