Closed qdot closed 3 years ago
Describe the bug
Expected behavior Index should be >= 0
Actual behavior Index is -1
Additional context Equality here is weird due to the pointer ownership issues. We should just test for client device index equality if possible.
This was me using findIndex incorrectly :P
Describe the bug
Expected behavior Index should be >= 0
Actual behavior Index is -1
Additional context Equality here is weird due to the pointer ownership issues. We should just test for client device index equality if possible.