[Bug] IFullScreenRenderWindowInitialValues is missing rootContainer
property
#3116
Labels
type: bug 🐞
Errors in functionality
rootContainer
property
#3116
Bug description
The example Using vtk.js with React has
rootContainer
as the property, and indeed, if one doesn't specifyrootContainer
(but something else likecontainer
), the example will not work well.Steps to reproduce
But it was confusing because TypeScript complains that the
IFullScreenRenderWindowInitialValues
doesn't have therootContainer
property. It should have it, since the library source code actually expects it.There's no
rootContainer
on next-app/node_modules/@kitware/vtk.js/Rendering/Misc/FullScreenRenderWindow.d.tsDetailed Behavior
No response
Expected Behavior
But
rootContainer
is referenced multiple times innext-app/node_modules/@kitware/vtk.js/Rendering/Misc/FullScreenRenderWindow.js
Therefore, this is just a small TypeScript issue.
Environment
The text was updated successfully, but these errors were encountered: