About image loading: `onCommit(url)` part is causi...
# compose
a
About image loading:
onCommit(url)
part is causing infinite rendering loop. It’s weird because
url
doesn’t change.
onCommit(1)
or
onCommit("a")
works fine though. The weirdest thing is this is a reusable component, and it doesn’t occur on another screen. Any idea what’s wrong here?
I think it only started happening after I updated to compose dev16
The method calling this composable is not being recomposed. So I think the problem is within this block itself