react-postprocessing icon indicating copy to clipboard operation
react-postprocessing copied to clipboard

Selection causes endless loop

Open yunusyuksel opened this issue 5 months ago • 0 comments

Using selection API causes the child components stuck in endless loop

<Selection> <Select enabled> <mesh position={[5, 5, 0]}> <boxGeometry /> <meshStandardMaterial color="orange" /> </mesh> </Select> </Selection>

yunusyuksel avatar Jan 29 '24 13:01 yunusyuksel