Having the same issue... Can't move forward
Post
Replies
Boosts
Views
Activity
Try adding .environmentObject(data) after the navigationStack closure
var body: some Scene {
SPCAssessableWindowGroup(app: self, assessmentCandidates: [CreatureZoo()]) {
NavigationStack{
ContentView()
.navigationTitle("My Creatures")
}.environmentObject(data)