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
The insertNextPoint calls the parent class insertNextTuple method which returns the idx of the inserted point.
Steps to reproduce
importvtkPointsfrom"@kitware/vtk.js/Common/Core/Points";constpoints=vtkPoints.newInstance();constidx=points.insertNextPoint(1,2,3)// idx exists but warns void function return value is used
Detailed Behavior
No response
Expected Behavior
Should not warn about returned idx
Environment
vtk.js version: latest
Browsers: chrome
OS: MacOS
The text was updated successfully, but these errors were encountered:
Bug description
The
insertNextPoint
calls the parent classinsertNextTuple
method which returns the idx of the inserted point.Steps to reproduce
Detailed Behavior
No response
Expected Behavior
Should not warn about returned idx
Environment
The text was updated successfully, but these errors were encountered: