As of today we support Singleton Components but we don't support notifications involving multiple Systems.
For this to happen we might need a new decorator @registerSingletonComponent and a new base class SingletonComponent that takes multiple options as an argument.
As of today we support Singleton Components but we don't support notifications involving multiple Systems. For this to happen we might need a new decorator
@registerSingletonComponent
and a new base classSingletonComponent
that takes multiple options as an argument.