When people are generating a project and don't add ReconnectingView, etc.. they are running into an error because SwiftUI tries to access a view that doesn't exist. I think we should do one of the two:
- don't error if we can avoid it
- provide a better error message to tell people what to do