Skip to content

v4.0.3

Compare
Choose a tag to compare
@gaearon gaearon released this 22 Dec 12:45
· 1275 commits to master since this release
  • Fixes a bug that caused the props of connected components to not updated during a hot update with something like React Hot Loader. Internally, it involved moving the memoized calculations from shouldComponentUpdate() into more appropriate places such as componentWillReceiveProps(), handleChange(), and render(). (#224, #225)