v3.0.0-1
Pre-release
Pre-release
To support newer versions of React, this removes use of deprecated React lifecycle hooks componentWillMount
and componentWillReceiveProps
, deprecated React Context API, and impure functions.
This is a breaking change from the 2.0 releases. To migrate, remove use of the second context
parameter and pure
option. It generally should not impact applications, but be aware that fetches now happen on componentDidMount
and componentDidUpdate
.
Code Change: #233
Additional doc changes are still pending.