You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select only fires onChange callback for multi select, not for single select. onChangePointerUp seems to work correctly for both single and multi select. In the official sandbox, this prevents the Leva panel from showing.
This problem is occurring in the official sandbox provided in the Drei docs. When I tried to upgrade it to a more recent version I was getting other errors, but the problem doesn't seem to be resolved in more recent versions of Drei either.
three
version: 0.153@react-three/fiber
version: 8.13.4@react-three/drei
version: 9.77.6Problem description:
Select only fires onChange callback for multi select, not for single select. onChangePointerUp seems to work correctly for both single and multi select. In the official sandbox, this prevents the Leva panel from showing.
This problem is occurring in the official sandbox provided in the Drei docs. When I tried to upgrade it to a more recent version I was getting other errors, but the problem doesn't seem to be resolved in more recent versions of Drei either.
Relevant code:
Select sandbox
The text was updated successfully, but these errors were encountered: