You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same question, but am having trouble with coming up with an example that would help us think about the problem.
Perhaps the answer is that two modules shouldn't be attempting to communicate (except for main importing the modules), and if your modules absolutely must communicate, they are better suited to become 1 module.
How do you let two modules communicates under the same parent module?
The text was updated successfully, but these errors were encountered: