@kayelaa/canvas API - v0.2.15
    Preparing search index...

    Variable useFiberConst

    useFiber: () => UnsafeKaylaFiber = ...

    UNSAFE — direct access to the internal KaylaFiber instance.

    This hook MUST be called at the top level of a component function — never inside loops, conditions, nested functions, or callbacks. The call order of all hooks is strictly fixed across every refresh; reordering calls will corrupt internal state.

    Avoid unless you have a very specific low-level need (advanced debugging, custom reconciler experiments…). Prefer useFiberControl for almost everything.

    Type Declaration