Skip to content

Commit fd409c7

Browse files
authored
Update MigratingTo1.19.md
1 parent a36e28e commit fd409c7

File tree

1 file changed

+0
-12
lines changed
  • Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides

1 file changed

+0
-12
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides/MigratingTo1.19.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,3 @@ struct FeatureView: View {
4646
> Important: The store's `ObservableObject` conformance does not have any impact on the actual
4747
> observability of the store. You should continue to rely on the ``ObservableState()`` macro for
4848
> observation.
49-
50-
## Initial actions
51-
52-
A new `initialAction` has been introduced to the `Store` that will immediately kick off an initial
53-
action when the store is created. This is an alternative to waiting for an `onAppear` or `task`
54-
view modifier to evaluate.
55-
56-
```swift
57-
Store(initialState: Feature.State(), initialAction: .initialize) {
58-
Feature()
59-
}
60-
```

0 commit comments

Comments
 (0)