Beginner's questions about vtk-react

Hello everyone, Thanks for helping out with VTK problems. I am new to Vtk-React. I am trying to incorporate vtk code from Using vtk.js with React & Typescript (forked) - CodeSandbox into an existing React project but it keep coming up in full-screen mode and not giving room to other components to display please how do i resolve this

Try replacing vtkFullScreenRenderWindow with vtkGenericRenderWindow. The examples should be rewritten to use the latter.