Closed fishcharlie closed 1 month ago
When migrating to the new API, I noticed that Hashable conformance is now a requirement for the Screen enum. That wasn't clearly described in the code example, so adding it here.
Hashable
Thanks @fishcharlie!
@johnpatrickmorgan No problem! Glad to help. If there is any chance you could help answer https://github.com/johnpatrickmorgan/FlowStacks/discussions/83, I'd really appreciate it.
When migrating to the new API, I noticed that
Hashable
conformance is now a requirement for the Screen enum. That wasn't clearly described in the code example, so adding it here.