remove the hard requirement to use ComponentConfig
This commit is contained in:
@@ -9,5 +9,5 @@ public interface IComponentFactory
|
||||
Action<IComponentBuilder>? builderDelegate = null,
|
||||
Action<IServiceCollection>? servicesDelegate = null)
|
||||
where TComponent : IComponent
|
||||
where TConfiguration : ComponentConfiguration, new();
|
||||
where TConfiguration : class, new();
|
||||
}
|
||||
Reference in New Issue
Block a user