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
This is invalid per the spec - it builds up an array of LayoutFragmentRequest objects and yields that, expecting to receive an array of LayoutFragment objects as a result. The spec instead mandates that you have to yield a single LayoutFragmentRequest, and it returns a single LayoutFragment. So this needs to be rewritten as: