Skip to content

Commit

Permalink
馃摂 fix Controller example using deprecated as prop (#9535)
Browse files Browse the repository at this point in the history
  • Loading branch information
bell-steven committed Dec 6, 2022
1 parent d915218 commit c21210b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/V7/parseFormatInputValues.tsx
Expand Up @@ -24,7 +24,7 @@ export default function App() {
<form onSubmit={handleSubmit(onSubmit)}>
<Controller
name="emails"
as={ParseFormatTextarea}
render={ParseFormatTextarea}
control={control}
defaultValue={[]}
/>
Expand Down

0 comments on commit c21210b

Please sign in to comment.