Fix region bug
This commit is contained in:
@@ -38,7 +38,7 @@ public class ComponentInitializer(IEnumerable<IComponent> components,
|
||||
|
||||
services.AddRange(typedServices.Services);
|
||||
|
||||
services.AddSingleton(new NamedComponent(component.GetType().Name));
|
||||
services.AddSingleton(new Scoped(component.GetType().Name));
|
||||
});
|
||||
|
||||
IComponentHost host = builder.Build();
|
||||
|
||||
Reference in New Issue
Block a user