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.
UNSAFE — direct access to the internal
KaylaFiberinstance.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.