How to create minimap for each flow? #5476
Unanswered
aryan-debug
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating a website where users can create multiple flows. They should be able to see a preview of each of their flows in a sidebar (which they can toggle on and off). Right now, I am using a MiniMap for each flow, but I am running into a few issues.
I know that each flow instance should have its own provider, but I am not sure if the sidebar should be part of the provider. How should the sidebar receive the data for each flow if it's not part of the provider?
Right now, I have something like this:
Please guide me on how I should go about implementing this. Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions