Try adding .environmentObject(data) after the navigationStack closure
var body: some Scene {
SPCAssessableWindowGroup(app: self, assessmentCandidates: [CreatureZoo()]) {
NavigationStack{
ContentView()
.navigationTitle("My Creatures")
}.environmentObject(data)
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: