Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Subject): lift signature is now appropriate for stricter TypeScri…
…pt 2.4 checks Type safety wasn't really gauranteed with lift before because we survived for a long time with an incorrect type signature, TypeScript 2.4 introduces stricter type-checking, and all of a sudden `lift` on `Subject` was breaking builds for those that are riding the wave of the latest-and-greatest.
- Loading branch information