nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash when attempt to open the detail modal screen

amadeu01 opened this issue · comments

The app is crashing due to EnvironmentOverrides library.
I open a PR fixing it nalexn/EnvironmentOverrides#1

I've merged that PR (thanks!), and updated this project to use an updated version of EnvironmentOverrides