Module plugin/retryInvalidated

The plugin that retries the latest task of the active executor if it was invalidated.

import retryInvalidated from 'react-executor/plugin/retryInvalidated';

const executor = useExecutor('test', heavyTask, [retryInvalidated()]);

Index

Functions