It looks like: #59 introduced a bug meaning View components with showOrientationAxis={true} no longer works. here is a codesandbox demo: https://codesandbox.io/s/react-vtk-with-data-template-k86emm?file=/src/App.js
I believe there are 2 approaches:
- force the user to specify a renderer and renderwindow
- if renderer and renderwindow are undefined create them as before (probably better?)
Happy to do the PR if you guide upon which solution is preferred