We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In react with the compiler enabled, rangerInstance.handles() is a side-effectful call that is optimized away and so the handles don't actually move.
rangerInstance.handles()
https://example.com
I expected it to move, it did not.
No response
Describe the bug
In react with the compiler enabled,
rangerInstance.handles()is a side-effectful call that is optimized away and so the handles don't actually move.Your Example Website or App
https://example.com
Steps to Reproduce the Bug or Issue
Expected behavior
I expected it to move, it did not.
Screenshots or Videos
No response
Platform
Additional context
Screen.Recording.2026-05-13.at.11.03.22.PM.mov