Some of my Compose screens are unresponsive and ea...
# compose
b
Some of my Compose screens are unresponsive and eating CPU (debug & release build), Any idea why Compose would get stuck calling
findModifierLocalProvider
a million times? I think it started happening when I last updated compose. I can't figure out what's causing it.
a
I think there were some improvements in the related code in 1.3. is there a chance you can try to migrate to the just released new stable version and see if you still have this issue?
b
Ah, yes I'll try some other Compose versions, I don't know why I assumed it was self-inflicted 😌
Fixed by upgrading to 1.3.0 (My issue was in 1.2.1)