Skip to content

Improved Compatibility

Latest
Compare
Choose a tag to compare
@sdougbrown sdougbrown released this 14 Nov 22:26
· 1 commit to master since this release

This library depended on certain react component internals in order to not call forceUpdate prematurely. That obviously doesn't play nice with Preact or Inferno. This avoids the game of tracking react internals and instead tracks mounted state on its own.