Use classnames
instead of React's classSet
Fix a bug whereby classSet would not apply if className was empty.
Pass children as arguments to React.createElement
. Fixes an issue whereby third-party components that used React.DOM
directly and passed in this.props.children
would create unnecessary key warnings.
Initial version