We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It looks like useDeferredValue does nothing in Preact. This is a code from compat:
export function useDeferredValue(val) { return val; }
Is it possible to implement useDeferredValue it in Preact? If yes, is there a plan for it? What would be a preferred workaround right now?
Thank you