Skip to content

v2.1.1

Compare
Choose a tag to compare
@gaearon gaearon released this 06 Sep 23:40
· 1352 commits to master since this release
  • Fixes a warning from React (Warning: setState(...)) that would appear if a connected component is unmounted during a dispatch cycle. See #92, #95