diff --git a/packages/conform-react/helpers.ts b/packages/conform-react/helpers.ts index eb3f1674..c6def47f 100644 --- a/packages/conform-react/helpers.ts +++ b/packages/conform-react/helpers.ts @@ -115,7 +115,7 @@ type TextareaOptions = Pretty< /** * Decide whether defaultValue should be returned. Pass `false` if you want to mange the value yourself. */ - value?: true; + value?: boolean; } >;