Function useForceUpdate

  • Create a function you can call to force the component to update

    Returns (() => void)

    Function that will cause your component to rerender

      • (): void
      • Returns void

Generated using TypeDoc