v8.0.1
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
causesnoImplicitAny
error by @vicrep in #1910
Full Changelog: v8.0.0...v8.0.1