react-minimap
react-minimap copied to clipboard
Can't see content in minimap
Hello, in my app I render these components:
<div>
<NavBar />
<Sidebar />
<Diagram />
</div>
The diagram component renders a <Graph /> component form a graph react library and the result is this:
In the minimap I want to see the diagram component and as a result my graph. Where should I put the <Minimap /> component?
I'm having the same issue in my app.. Did you get answer? Just curious..
same issue here, I'm also curious, https://github.com/jeremy-carbonne/react-minimap/issues/17 appears to have a similar problem