Fork me on GitHub
#reagent
<
2018-03-20
>
jlmr09:03:58

Hello, I'm very new to Clojurescript and Reagent. I'm trying to get Blueprintjs (https://http://blueprintjs.com/) to work. Calling this: (apply goog.object/getValueByKeys js/Blueprint "Core" "Button") seems to return an object, however I get the following error A valid React element (or null) must be returned. You may have returned undefined, an array or some other invalid object.. How can I get this to work?

jlmr09:03:17

Nevermind, I was being stupid, fixed it.

jlmr09:03:24

😅

pesterhazy10:03:51

@jlmr yeah the apply is too many