You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Children of a component must be declared in :lajter/children and calls to (render-child this child) should throw exceptions when called with a child that's not in the already defined children.
{:lajter/children []
:render (fn [this props state]
(lajter.core/render-child this Child))}
;; ^^^^^^ is not in :lajter/children;; This should throw
The text was updated successfully, but these errors were encountered:
Children of a component must be declared in
:lajter/children
and calls to(render-child this child)
should throw exceptions when called with a child that's not in the already defined children.The text was updated successfully, but these errors were encountered: