omcljs / om

ClojureScript interface to Facebook's React
6.66k stars 362 forks source link

Define what a `component?` is #879

Open vemv opened 7 years ago

vemv commented 7 years ago
(defn component? [x]
  (aget x "isOmComponent"))

So, a component is... something that is a component! :)

This is a frustrating error to encounter - Assert failed: (component? owner). Any chance of making it clearer?

Cheers - Victor