Closed eemeli closed 7 years ago
The VersionEye failure appears to be caused by the custom version of highlight-loader
in doc/package.json
, for which VersionEye for some reason won't parse the license included in its package.json file.
Amazing! Thanks! 💯
This does much the same as PR #64 for solving issue #49, but rather than creating a custom
classnames
replacement, it changes the call parameters ofcreateProps()
to expect an array of class names that it then filters.This PR also resolves #51 by adding an inline
isInteger()
replacement forNumber.isInteger()
, which isn't supported by IE. I also dropped thephantomjs-polyfill
dependency as it's not needed.