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 found a hack solution, in my parent component add a funciton that will setState, then push it to children component,when children component setState,invoking parent's funciton, enter parent's componentDidUpdate, tigger refresh.
when children component changed, react-iscroll can't recalculate the height.
source code:https://github.com/Chryseis/elemDemo4React
The text was updated successfully, but these errors were encountered: