You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating Jewel in Studio, I noticed that if in some cases, if there is a Compose UI being displayed, quitting the IDE causes EDT to (mostly) stall and the IDE process needs to be killed.
This also affects UI tests, where the tests hang and never complete.
I narrowed this down to using the Markdown composable; further testing is needed. Potentially related to #416
The text was updated successfully, but these errors were encountered:
Turns out, LinkAnnotation causes recomposition loops when strong skipping is not enabled. Jetpack Compose 1.7 has it enabled by default, but Compose Multiplatform builds don't yet. The Compose Multiplatform team has escalated this issue for us and we are waiting on a build of Compose for Desktop that has strong skipping.
When updating Jewel in Studio, I noticed that if in some cases, if there is a Compose UI being displayed, quitting the IDE causes EDT to (mostly) stall and the IDE process needs to be killed.
This also affects UI tests, where the tests hang and never complete.
I narrowed this down to using the
Markdown
composable; further testing is needed. Potentially related to #416The text was updated successfully, but these errors were encountered: