-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
Hello,
Thanks for your contribution to this library.
I'm developing a Reactjs front-end using this library. I'm facing some issues and need your help.
- I got 7 errors (No input!) when I try to visualize an object with Reader from a given URL. But the object still appears on the window. I'm not sure about what properties are missing?
<div style={{width: '40vw', height: '75vh'}}>
<View>
<GeometryRepresentation>
<Reader
vtkClass="vtkOBJReader"
url={"https://kitware.github.io/vtk-js-datasets/data/obj-mtl/star-wars-vader-tie-fighter.obj"}
/>
</GeometryRepresentation>
</View>
</div>
- When the component is unmounted, it occurs the following error:
TypeError: null is not an object (evaluating 'this.view.renderer.removeActor')
Since from my code, I can not touch to .view.renderer.removeActor, how could I fix it?
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels