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
I think our approach to not render unknown views and not rendering children is the wrong. I believe instead we should convert to a View or some other generic view, still apply modifiers, and continue rendering children.
This of course is a post v0.3 thing but let's discuss if this is in fact a better approach.