From 996345a86f3bf05e838835dc03ffa0320e5ff545 Mon Sep 17 00:00:00 2001 From: gnomeeee Date: Sun, 15 Mar 2026 09:33:24 +0100 Subject: [PATCH] `value of type 'any AnyView' has no member 'boxedList'` error when attempting to run --- Resources/TaskList/TaskList8.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/TaskList/TaskList8.swift b/Resources/TaskList/TaskList8.swift index 75a2c98..2f4eb2e 100644 --- a/Resources/TaskList/TaskList8.swift +++ b/Resources/TaskList/TaskList8.swift @@ -15,8 +15,8 @@ struct TaskList: View { ActionRow() .title(task.label) } - .valign(.start) .boxedList() + .valign(.start) .padding() } }