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
Unable to create a TabView where the activeIndex is not the first, because the component uses the value from its state and ignores the value it receives in props.
We should use the componentWillReceiveProps lifecycle method to copy the value from component props to state.
The text was updated successfully, but these errors were encountered:
Unable to create a TabView where the activeIndex is not the first, because the component uses the value from its state and ignores the value it receives in props.
We should use the componentWillReceiveProps lifecycle method to copy the value from component props to state.
The text was updated successfully, but these errors were encountered: