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
right now rendering_context boils all the children down to arrays of elements. Why? We should try to just return the child block to react as a function, and let react do the work. There may be some reason why we do it this, but its not clear.