How to render a React component inside of a Gridstack Widget?
I have the following issue: I am trying to render different React components (Rechart components with dummy data) inside some Gridstack widgets and I couldn’t really find a staight forward example for doing that. I tried using React portals but I can’t say I am very fond of this solution, since the portals are taken out of the normal component tree. I also tried rendering the components directly inside the content div, but it doesn’t work (the widget sits on top of the chart). Is there some other way to render dynamic components inside Gridstack widgets?