Fork me on GitHub
#cursive
<
2016-06-16
>
kenny00:06:39

@cfleming: Did you check on the Rum issue? The red "incorrect arity" is driving me crazy 😜

cfleming00:06:41

@kenny: Actually I’ll check that now. Do you have an example, by chance?

kenny00:06:06

I'll make one. One sec

kenny00:06:54

(rum/defcs example
  [component-state some other args]
  [:div "hello"])

(rum/defc call-example
  []
  (example "some" "other" "args"))

cfleming00:06:54

Thanks. If you have one for defcs and defcc that would be great

kenny00:06:29

Same example for defcs and defcc, just change the defcs to defcc.

cfleming00:06:39

Ok, great. One moment...

cfleming00:06:38

Ok, so the issue is that the state argument is passed implicitly?

danielcompton22:06:11

Is this a new bug?

danielcompton22:06:38

Find usages of seems to be missing a word

cfleming23:06:51

@danielcompton: No, there’s an issue I think - I’ve never managed to figure that one out.