We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, in my app I render these components:
<div> <NavBar /> <Sidebar /> <Diagram /> </div>
The diagram component renders a 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 component?
The text was updated successfully, but these errors were encountered:
I'm having the same issue in my app.. Did you get answer? Just curious..
Sorry, something went wrong.
same issue here, I'm also curious, #17 appears to have a similar problem
No branches or pull requests
Hello, in my app I render these components:
The diagram component renders a 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 component?
The text was updated successfully, but these errors were encountered: