Kitware / react-vtk-js

Declarative library exposing vtk.js visualization pipeline as React components
https://kitware.github.io/react-vtk-js/
77 stars 24 forks source link

fix(Picking): guard against unmounted state #131

Open floryst opened 7 months ago

floryst commented 7 months ago

It's possible for picking to occur after the component is unmounted. Add guards for this.