Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Merge 704f47f into 348ac2c
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioVMelo committed Feb 27, 2020
2 parents 348ac2c + 704f47f commit 4e302b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/recipes/simple-input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ with Unform, all of your input sources must be created by you.
Here we have an example of a very simple input with support for label and error.

```jsx title=components/Input.js lineNumbers=true
import React, { useRef } from 'react';
import React, { useRef, useEffect } from 'react';
import { useField } from '@unform/core';

export default function Input({ name, label, ...rest }) {
Expand Down

0 comments on commit 4e302b8

Please sign in to comment.