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
Added: form binding helpers have been made safer and more concise with the introduction of BindableState and BindableAction (thanks @junebash for first bringing up the idea of BindableAction). The existing binding helpers have been deprecated. Note: this feature depends on Xcode 12.5 or greater to avoid a crash produced by earlier versions of the compiler, which was fixed in 5.4. For more information, see the documentation for BindableState.
Fixed: Store documentation had some typos (thanks @kgrigsby59).
Cleanup: Effect.future's has implementation has been simplified (thanks @iampatbrown).
Infrastructure: cleaned up how dependencies are handled in the reusable download component case study.
Infrastructure: added cancellation to the "loadable" case studies (thanks @filblue).