/** * Workaround until https://github.com/BuilderIO/qwik/issues/5017 is fixed. */ export function deoptSignal(value: T): T { return value; }