Skip to content

v8.0.1

Compare
Choose a tag to compare
@markerikson markerikson released this 20 Apr 20:18
· 274 commits to master since this release

This release fixes an incorrect internal import of our Subscription type, which was causing TS compilation errors in some user projects. We've also listed @types/react-dom as an optional peerDep. There are no runtime changes in this release.

What's Changed

  • Add optional peer dependency on @types/react-dom by @Methuselah96 in #1904
  • fix(ts): incorrect import of Subscription causes noImplicitAny error by @vicrep in #1910

Full Changelog: v8.0.0...v8.0.1