I tried applying a handler to the object directly, without effect:
<Crosshair values{...} onMouseOver={() => {console.log("hello world")}} />
Is this perhaps harder than I expected...?
I tried applying a handler to the object directly, without effect:
<Crosshair values{...} onMouseOver={() => {console.log("hello world")}} />
Is this perhaps harder than I expected...?