Closed Ehesp closed 6 years ago
Hey,
In the latest version of this lib, it's throwing an error ReferenceError: clsName is not defined.
ReferenceError: clsName is not defined
Looking at the source, it seems this change broke it.
this.setState({element: <i {...other} className={clsName} style={styleOverride} >{icon}</i>})
Both the clsName and styleOveride don't exist here.
clsName
styleOveride
Fixed with the latest release
Hey,
In the latest version of this lib, it's throwing an error
ReferenceError: clsName is not defined
.Looking at the source, it seems this change broke it.
Both the
clsName
andstyleOveride
don't exist here.