Open johannwagner opened 6 years ago
Hey,
we just updated to semantic-ui-css:2.3.0 and ran into an Issue with the edit-Icon, which seems to be changed without documentation. Other Icons just work fine. We use Semantic-UI-React in our project.
edit
<div className="flexTitle"> <h4 className="title">{group.displayName}</h4> <Icon name="edit" size="large" color="green" link={true} onClick={this.openEditGroup.bind(this, group.id, index)}/> </div>
We cannot figure out, where the new icons come from.
v2.2.14:
v2.3.0:
Thanks in Advance! Johann
I've experienced the same with other icons too.
Hey,
we just updated to semantic-ui-css:2.3.0 and ran into an Issue with the
edit
-Icon, which seems to be changed without documentation. Other Icons just work fine. We use Semantic-UI-React in our project.We cannot figure out, where the new icons come from.
v2.2.14:
v2.3.0:
Thanks in Advance! Johann