Hey there!
I'm trying to figure out what is the best course of action regarding having a custom component in react flow turns from a node to a group that contains other nodes once expanded. I would like your thoughts on how to approach this challenge. I'm mainly thinking about how to structure the components themselves and whether or not to have a react flow instance in another react flow instance or handle all the nodes in the parent react flow component... Basically if to use subflows or not. I've added a sketch (on the left the initial state on the right the expanded one) showing what I meant in the behavior of a node expanding to a group containing other nodes (not of the same type)
I'm happy to answer questions to make myself clearer and appreciate and thank you for all of the help in advance 🙂