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 was archived by the owner on Jul 30, 2018. It is now read-only.
I have a dependency on @dojo/loader version 0.1.1 for testing (I'm using the Intern framework and this seems to be required for some use case). After upgrading to TypeScript 2.7.1 (from 2.6.2), I started to see this exceptions coming from @dojo/core:
node_modules/@dojo/core/Evented.d.ts(32,95): error TS2344: Type 'M[keyof M]' does not satisfy the constraint 'EventObject<keyof M>'.
node_modules/@dojo/core/Evented.d.ts(58,72): error TS2344: Type 'M[K]' does not satisfy the constraint 'EventObject<K>'
This happens when I run intern, but seems to be related with Dojo alone.