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
When a component is added to the titleProp it does not appear to the display. In order to workaround the bug the style: { display: 'contents' } should be added to the title props.
See below:
consttitleProps: TitleProps={address: addresses.stash,component: (<div>something</div>),
style: {display: 'contents'},// This line should not be needed }
The text was updated successfully, but these errors were encountered:
When a component is added to the titleProp it does not appear to the display. In order to workaround the bug the
style: { display: 'contents' }
should be added to the title props.See below:
The text was updated successfully, but these errors were encountered: