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
Fixes for the 'Basic Usage' to allow project to build and run (#1507)
* fixes for building basic usage section without error
* and code with too many closing braces
* adjust description
* burned by xcode expanding the code
* burned by xcode case indent option
* fixed added spaces
* Apply suggestions from code review
Co-authored-by: Brandon Williams <[email protected]>
Co-authored-by: Rick Naro <[email protected]>
Co-authored-by: Stephen Celis <[email protected]>
Co-authored-by: Brandon Williams <[email protected]>
(cherry picked from commit e726a132929be7a67050e2587b9d2b1532898ba8)
state.numberFactAlert="Could not load a number fact :("
172
174
return .none
173
-
}
174
175
}
175
176
}
176
177
}
@@ -274,15 +275,19 @@ It is also straightforward to have a UIKit controller driven off of this store.
274
275
Once we are ready to display this view, for example in the app's entry point, we can construct a store. This can be done by specifying the initial state to start the application in, as well as the reducer that will power the application:
0 commit comments