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
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
On tabs we have this.props.tab to define tab properties, which are passed as tabProps to tab components, which is bad for future-friendly function composition.
On tabs we have
this.props.tab
to define tab properties, which are passed astabProps
to tab components, which is bad for future-friendly function composition.This is needed for #5431 resolution.
The text was updated successfully, but these errors were encountered: