react-bindings
    Preparing search index...

    Function useStableValue

    • Remembers the specified value across renders and compares it against a stored value, which is returned. The stored value is only updated if the specified value really changes, using areEqual to compare.

      Type Parameters

      • T

      Parameters

      • instableValue: T

      Returns T