We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b326e48 commit 044882fCopy full SHA for 044882f
1 file changed
README.md
@@ -201,7 +201,7 @@ struct DemoView: View {
201
202
@MainActor func loadNumbers() {
203
$numbers.load {
204
- try await Task.sleep(for: .seconds(2))
+ try await Task.sleep(for: .seconds(2))
205
return [0, 1, 2, 42, 73]
206
}
207
@@ -242,7 +242,7 @@ You simply have to conform your class to the `LoadableSupport` protocol that imp
242
func loadNumbers() {
243
// Call the load method from the LoadableSupport protocol
244
load(\.numbers) {
245
246
247
248
0 commit comments