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
I think all we need to do is move this block of code into the constructor, since that DidMount hook will run after the child <View /> DidMount hook finishes. This is effectively the same idea as your second approach, with the renderer being added to the render window prior to anything being done with it.
It looks like: #59 introduced a bug meaning
View
components withshowOrientationAxis={true}
no longer works. here is a codesandbox demo: https://codesandbox.io/s/react-vtk-with-data-template-k86emm?file=/src/App.jsI believe there are 2 approaches:
Happy to do the PR if you guide upon which solution is preferred
The text was updated successfully, but these errors were encountered: