that is extra wierd
i made it work, when added classNames function inside react-select.inc.js
which is not solution, but proves that the problem is in requiring classNames inside Select
@mikerod do u use :foreign-libs ?
@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
So that is odd you’d have to modify
well, i’m kinda lost on this
when i monkey patch react-select and add classNames function inside react-select.inc.js it works fine