From 532008387447445e52fca496a27ec3a05f6f474e Mon Sep 17 00:00:00 2001 From: Yusuf Suleman Date: Fri, 3 Apr 2026 11:08:03 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20ConfettiSwiftUI=20API=20=E2=80=94=20trig?= =?UTF-8?q?ger=20not=20counter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- ios/Platform/Platform/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Platform/Platform/ContentView.swift b/ios/Platform/Platform/ContentView.swift index 56bfaee..8b0409a 100644 --- a/ios/Platform/Platform/ContentView.swift +++ b/ios/Platform/Platform/ContentView.swift @@ -60,7 +60,7 @@ struct MainTabView: View { } } .confettiCannon( - counter: $confettiTrigger, + trigger: $confettiTrigger, num: 80, confettis: [.shape(.circle), .shape(.roundedCross), .shape(.slimRectangle)], colors: [.red, .orange, .yellow, .green, .blue, .purple, .pink],