Closed OscarMarshall closed 6 years ago
The spec here looks wrong.
Instead of:
(s/def ::component-or-reconciler vector?)
I believe it should be:
(s/def ::component-or-reconciler (s/or :component component?, :reconciler reconciler?))
Or I have grossly misunderstood what this spec is intended to be used for. It looks like it's not actually used anywhere, though, so I'm guessing it just slipped through the cracks.
I would agree that it is wrong...not sure how that ended up in there...probably copy-pasted something, got interrupted, and forgot where I was.
The spec here looks wrong.
Instead of:
I believe it should be:
Or I have grossly misunderstood what this spec is intended to be used for. It looks like it's not actually used anywhere, though, so I'm guessing it just slipped through the cracks.