Interface AsyncSupportProps

Async related props

interface AsyncSupportProps {
    keepAlive?: boolean;
}

Properties

Properties

keepAlive?: boolean
  • False (default): promises are cancelled before each unmount
  • True: promises can be fulfilled even after a component unmount or a change to promise prop