packages icon indicating copy to clipboard operation
packages copied to clipboard

classnames doesn't declare classNames

Open pupeno opened this issue 8 years ago • 3 comments

The classnames packages should be declaring classNames, but it isn't:

cljs.user=> (require 'cljsjs.classnames)
nil
cljs.user=> js/window
#object[Window [object Window]]
cljs.user=> js/classNames
#object[ReferenceError ReferenceError: classNames is not defined]
nil
cljs.user=> (.-classNames js/window)
nil
cljs.user=>

pupeno avatar Jan 30 '17 07:01 pupeno

Did you try this normally, without cljs repl?

Deraen avatar Mar 10 '17 11:03 Deraen

I think the answer is yes, as in, I tried that in the REPL because I was getting an error in an app,; but I don't remember the actual context where this happened.

pupeno avatar Mar 13 '17 11:03 pupeno

Might be related to https://github.com/cljsjs/packages/issues/1418

olegakbarov avatar Dec 04 '17 20:12 olegakbarov