error: the replacement path doesn't exist <- how bad is this error, should i care - is it important?
I get this error, i have my own DIKit, and i want to use swiftdata for showing info from persisten model. It works all over the app, but i get this error with my .sheet. // JobCreationView.swift // Features // // Created by Jens Vik on 26/03/2025. // import SwiftUI import DesignKit import DIKit import PresentationKit import CoreKit import DomainKit import SwiftData public struct JobCreationView: View { @Binding var isPresented: Bool // Inject view model using DIKit's property wrapper @Injected((any JobCreationViewModelProtocol).self) private var viewModel // Form state @Injected(ModelContext.self) private var modelContext @State private var date = Date() @State private var isASAP = false @State private var price = @State private var jobType = Fiks @State private var description = // Available job types private let jobTypes = [Fiks, Fiksit] @Query private var userContexts: [UserContextModel] public init(isPresented: Binding) { self._isPresented = isPresented print(DEBUG: JobCreationView ini
Topic:
App & System Services
SubTopic:
iCloud & Data
1
0
124