cljsjs

2017-12-05T00:34:29.000309Z

that is extra wierd

2017-12-05T00:35:20.000058Z

i made it work, when added classNames function inside react-select.inc.js

2017-12-05T00:35:53.000305Z

which is not solution, but proves that the problem is in requiring classNames inside Select

2017-12-05T00:46:00.000051Z

@mikerod do u use :foreign-libs ?

2017-12-05T02:23:26.000263Z

@olegakbarov I use them yes. However, for a cljsjs dependency the jar is pre-packaged already to have its own deps.cljs defined so that automatically takes care of the :foreign-libs setup of the particular artifact - ie react-select

2017-12-05T02:23:31.000187Z

So that is odd you’d have to modify

2017-12-05T07:48:43.000027Z

well, i’m kinda lost on this

2017-12-05T07:49:24.000005Z

when i monkey patch react-select and add classNames function inside react-select.inc.js it works fine