This repository was archived by the owner on Sep 24, 2021. It is now read-only.
Changes
- Ensure all lifecycle methods are called with the context of the wrapping component.
This means you have access tothis.propsincomponentWillReceivePropsfor example - Pass existing lifecycle arguments from the wrapper component down to your custom lifecycle methods.
This means you have access tonextPropscoming intocomponentWillReceivePropsetc. - Add
shouldComponentUpdateto the supported lifecycle hooks. - Added tests