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