environment object may not be an ancestor of this view code example
Example: A View.environmentObject(_:) for UrlConnect may be missing as an ancestor of this view
.sheet(isPresented: $showEditPage) {
return EditPage().environmentObject(self.networkManager)