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
Warning: Failed prop type: Header prop children conflicts with props: image. They cannot be defined together, choose one or the other.
<h4class="ui image header"><imgsrc="/images/avatar2/small/lena.png" class="ui mini rounded image"><divclass="content">
Lena
<divclass="sub header">Human Resources</div></div></h4>
<Headeras="h4"image><Imagesrc="http://semantic-ui.com/images/avatar2/small/lena.png"shape='rounded'size='mini'/><Header.Content>
Lena
<Header.Subheader>Human Resources</Header.Subheader></Header.Content></Header>
We have bug with PropTypes in
header
.We can fix this with:
I'll make PR?
The text was updated successfully, but these errors were encountered: