You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/defining-state.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ The **SERIALIZE** symbol will not be part of the actual serialization done with
197
197
198
198
#### Rehydrating classes
199
199
200
-
The [**rehydrate**](../api-1/rehydrate.md)_\*\*_utility of Overmind allows you to rehydrate state either by a list of mutations or a state object, like the following:
200
+
The [**rehydrate**](../api-1/rehydrate.md)utility of Overmind allows you to rehydrate state either by a list of mutations or a state object, like the following:
Copy file name to clipboardExpand all lines: core/running-side-effects.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,14 +113,14 @@ export const api = (() => {
113
113
We are doing two things here:
114
114
115
115
1. We use an [IIFE](https://developer.mozilla.org/en-US/docs/Glossary/IIFE) to create a scoped internal variable to be used for that specific effect
116
-
2. We have created an **initialize** method which we can call from the Overmind**onInitialize** action, which runs when the Overmind instance is created
116
+
2. We have created an **initialize** method which we can call from the special**onInitializeOvermind** action, which runs when the Overmind instance is created
0 commit comments