We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc49db3 commit d602618Copy full SHA for d602618
Examples/CaseStudies/SwiftUICaseStudies/02-SharedState-Onboarding.swift
@@ -451,7 +451,8 @@ private struct SummaryStep: View {
451
#Preview("Personal info") {
452
NavigationStack {
453
PersonalInfoStep(
454
- store: Store(initialState: PersonalInfoFeature.State(signUpData: Shared(value: SignUpData()))) {
+ store: Store(initialState: PersonalInfoFeature.State(signUpData: Shared(value: SignUpData())))
455
+ {
456
PersonalInfoFeature()
457
}
458
)
0 commit comments