You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A factory can create different types related to the same type, so not necessarily a factory creates a single type. So, this property doesn't always indicate the correct type being created by the factory - and it should not be a restriction for anyone using factories.
Also, given the framework doesn't use the factoryType property in all situations when dealing with factories, it's better to remove the property.
The removal of the property won't cause problems to any existing factory - it'll be safe to remove it from any existing code.
The text was updated successfully, but these errors were encountered:
A factory can create different types related to the same type, so not necessarily a factory creates a single type. So, this property doesn't always indicate the correct type being created by the factory - and it should not be a restriction for anyone using factories.
Also, given the framework doesn't use the factoryType property in all situations when dealing with factories, it's better to remove the property.
The removal of the property won't cause problems to any existing factory - it'll be safe to remove it from any existing code.
The text was updated successfully, but these errors were encountered: