Skip to content

Instantly share code, notes, and snippets.

@funkyboy
Created March 28, 2024 18:06
Show Gist options
  • Save funkyboy/59fe608707c5cca52d53b39e21389068 to your computer and use it in GitHub Desktop.
Save funkyboy/59fe608707c5cca52d53b39e21389068 to your computer and use it in GitHub Desktop.
// Works
Button(action: {},
label: {
EmptyView()
})
.navigationDestination(store:
self.store.scope( ... )
)
// Does not work
EmptyView()
.navigationDestination(store:
self.store.scope( ... )
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment