Hex Core JS
    Preparing search index...

    Function forceUseHookDependencies

    • Does nothing. Useful for telling eslint that a set of hook dependencies is not unncessary without having to disable eslint. Useful in useEffect cases with a synchronizing ID that isn't actually used in the hook logic, but is used to trigger the hook.

      Parameters

      • ..._args: any[]

      Returns void