Amend compoments to be keyed based

This commit is contained in:
TheXamlGuy
2024-06-29 11:23:44 +01:00
parent 4e377b35d1
commit 46b5931484
7 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ public partial class App : Application
}
services.AddHandler<WalletActivatedHandler>();
services.AddTransient<IWalletComponent>(provider => Component.Register<WalletComponent>(provider, args =>
services.AddTransient(provider => Component.Create<WalletComponent>(provider, args =>
{
args.AddServices(services =>
{