UNPKG

@twilio-paste/paste-reakit-fork

Version:

Forked Reakit that addresses SSR hydration issues

3 lines (2 loc) 193 B
import { unstable_FormState } from "../FormState"; export declare function shouldShowMessage<V>({ touched, messages }: Pick<unstable_FormState<V>, "touched" | "messages">, name: any): boolean;