UNPKG

react-graceful-unmount

Version:

A higher order component to make sure the react component passed as argument always unmounts properly, even if React does not have the time to call componentWillUnmount function.

3 lines (2 loc) 112 B
import withGracefulUnmount from './src/components/with_graceful_unmount'; module.exports = withGracefulUnmount;