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
@andrewroycarter found that it's easy to nest screens in a parent-child relationship when that's not really how the framework is designed to be used. SwiftUI provides a means for us to add a runtime check via the environment that could output a useful diagnostic to help discover this kind of configuration error during development.
Documentation should also be updated to make this expectation slightly clearer, even though it's already basically stated.
The text was updated successfully, but these errors were encountered:
@andrewroycarter found that it's easy to nest screens in a parent-child relationship when that's not really how the framework is designed to be used. SwiftUI provides a means for us to add a runtime check via the environment that could output a useful diagnostic to help discover this kind of configuration error during development.
Documentation should also be updated to make this expectation slightly clearer, even though it's already basically stated.
The text was updated successfully, but these errors were encountered: