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 two dash components A and B based on the react component encapsulation. In react, component A will automatically pass parameters to its child components. Assuming component B is now a child of component A, how can component B receive the parameters passed by component A in the dash?
The text was updated successfully, but these errors were encountered:
I have two dash components A and B based on the react component encapsulation. In react, component A will automatically pass parameters to its child components. Assuming component B is now a child of component A, how can component B receive the parameters passed by component A in the dash?
The text was updated successfully, but these errors were encountered: