Describe the bug
When a render effect depend on two sync values held back by two non entangled updates the updates trample each other losing one of the updates and committing the other at the wrong time.
Your Example Website or App
https://s.olid.uk/id/DbuZhYXHSS6J1Ew33lO9hw
Steps to Reproduce the Bug or Issue
- Open repro
- Click button
- Observe that the combined b increments when a commit and the combined a never increment
Expected behavior
A increment when a commit and b increment when b commit just like in the separate jsx hole version.
Screenshots or Videos
No response
Platform
- OS: Windows
- Browser: Firefox
Additional context
No response
Describe the bug
When a render effect depend on two sync values held back by two non entangled updates the updates trample each other losing one of the updates and committing the other at the wrong time.
Your Example Website or App
https://s.olid.uk/id/DbuZhYXHSS6J1Ew33lO9hw
Steps to Reproduce the Bug or Issue
Expected behavior
A increment when a commit and b increment when b commit just like in the separate jsx hole version.
Screenshots or Videos
No response
Platform
Additional context
No response