You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have issues with react-select package: it relies on classnames package, but function classNames() can't be found in scope in cljs context.
does anyone encounter something like this?
(other cljsjs packages works fine)
react-select.inc.js:1688 Uncaught TypeError: classNames is not a function
at Select.render (react-select.inc.js:1688)
at finishClassComponent (react-dom.inc.js:11320)
at updateClassComponent (react-dom.inc.js:11297)
at beginWork (react-dom.inc.js:11676)
at performUnitOfWork (react-dom.inc.js:13644)
at workLoop (react-dom.inc.js:13753)
at HTMLUnknownElement.callCallback (react-dom.inc.js:1527)
at Object.invokeGuardedCallbackDev (react-dom.inc.js:1566)
at invokeGuardedCallback (react-dom.inc.js:1423)
at performWork (react-dom.inc.js:13871)
The text was updated successfully, but these errors were encountered:
olegakbarov
changed the title
[cljsjs/react-select]:
[cljsjs/react-select]: classNames is not a function
Dec 4, 2017
I have issues with
react-select
package: it relies onclassnames
package, but functionclassNames()
can't be found in scope in cljs context.does anyone encounter something like this?
(other cljsjs packages works fine)
The text was updated successfully, but these errors were encountered: