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
When passing an array of objects to SimpleView::render() the magic getter tries to escape an object and breaks. That's why SampleLoopService doesn't work, it should render the strings instead of the post object.