react-minimap icon indicating copy to clipboard operation
react-minimap copied to clipboard

Can't see content in minimap

Open kwnkouts opened this issue 5 years ago • 2 comments

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: image

In the minimap I want to see the diagram component and as a result my graph. Where should I put the <Minimap /> component?

kwnkouts avatar Jun 18 '19 19:06 kwnkouts

I'm having the same issue in my app.. Did you get answer? Just curious..

bharani721 avatar Oct 04 '19 11:10 bharani721

same issue here, I'm also curious, https://github.com/jeremy-carbonne/react-minimap/issues/17 appears to have a similar problem

guillaumedsde avatar Jan 18 '20 10:01 guillaumedsde