For those struggling
Do this:
Try adding .environmentObject(data) after the navigationStack closure
var body: some Scene { SPCAssessableWindowGroup(app: self, assessmentCandidates: [CreatureZoo()]) { NavigationStack{ ContentView() .navigationTitle("My Creatures") }.environmentObject(data)
on the MyApp page