Lilact
    Preparing search index...

    Function useDebugValue

    • A hook for debug purposes. By default it only logs the output to console, but it can be overrided for the development environment.

      Parameters

      • val: any

        The debug value.

      • formatter: () => any = ...

        Function that creates a representation of the value.

      Returns void