Description
If I require cljsjs/react-select in a normal clojurescript project, transitive dependencies like classnames are automatically required (window.classNames exists). The same thing does not work in Klipse.
The workaround is simply to require the dependencies manually. Note that they need to be specified in the right order. This works for react-select.
The deps are specified here.