Closed lest closed 8 years ago
The only breaking change in classnames 2.x is the use of Array.isArray which means that a polyfill is needed for IE 8 support.
It shouldn't be a problem though because Array.isArray is used in r-dom itself.
lgtm, @mlmorg, @MarkReeder, or @rtsao?
Published as v2.3.0
v2.3.0
Thank you!
The only breaking change in classnames 2.x is the use of Array.isArray which means that a polyfill is needed for IE 8 support.
It shouldn't be a problem though because Array.isArray is used in r-dom itself.