Hello, I’m running into an issue trying to assoc in some component local state but using update-state!
keeps forcing a re-render then I get stuck in a render loop. I saw that in old om there was a update-state-nr!
which would be awesome, but thought I’d ask if there was a om.next solution for this use case. Thanks