Closed
Description
Hello, I'm using Gridstack with TypeScript on a React application. I'm running into an issue where the gridstack widget is not being properly rendered and isn't dragging or resizing properly; the space where it can be dragged is also not appearing. I think the issue might have to do with the fact that gridstack dashboard react component is nested within a tab in my full ui. I have provided two different videos with the react demo code, one nested within the full ui and one on its own.
Full UI:
full.ui.mov
By itself:
byitself.mov
I am following the basic usage react code for reference and I can send more details if necessary.