Fork me on GitHub
#cljsjs
<
2017-12-05
>
olegakbarov00:12:29

that is extra wierd

olegakbarov00:12:20

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

olegakbarov00:12:53

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

olegakbarov00:12:00

@mikerod do u use :foreign-libs ?

mikerod02:12:26

@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

mikerod02:12:31

So that is odd you’d have to modify

olegakbarov07:12:43

well, i’m kinda lost on this

olegakbarov07:12:24

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