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
First of, thanks for creating this -- seems a very promising tool for complex, responsive layouts.
I am trying to access the assigned props to components from a parent, but can't seem to find where in the Component Object they are stored, or what to call to retrieve them.
(apologies for lack of live example -- I tried putting it into WebpackBin, but couldn't get it to work)
Is there a way to access the newly set props (or even just width/height) of a child (AwareExpander) from a parent component, in this case Container, preferably in the render() method?
The text was updated successfully, but these errors were encountered:
First of, thanks for creating this -- seems a very promising tool for complex, responsive layouts.
I am trying to access the assigned props to components from a parent, but can't seem to find where in the Component Object they are stored, or what to call to retrieve them.
Consider this example:
(apologies for lack of live example -- I tried putting it into WebpackBin, but couldn't get it to work)
Is there a way to access the newly set props (or even just width/height) of a child (
AwareExpander
) from a parent component, in this caseContainer
, preferably in therender()
method?The text was updated successfully, but these errors were encountered: