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
{{ message }}
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
The typings for Context of an injector expect it to extends @dojo/core/Evented which although is the standard for Dojo 2 specific injector contexts this restricts interop with external libraries such as Redux as they will not extend Evented.
We should create an extra class/interface as a base for all Injectors that doesn't restrict the context to classes that extends Evented.
The text was updated successfully, but these errors were encountered:
Enhancement
The typings for
Context
of an injector expect it to extends@dojo/core/Evented
which although is the standard for Dojo 2 specific injector contexts this restricts interop with external libraries such as Redux as they will not extendEvented
.We should create an extra class/interface as a base for all
Injector
s that doesn't restrict the context to classes that extendsEvented
.The text was updated successfully, but these errors were encountered: