---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
1. The code you are going to lint.
```jsx
// example:
function Component() {
  const {formState} = useForm();
  
  return null;
}
```
2. Your ESlint config
```
// Place your .eslintrc or config here
```

**Expected behavior**
A clear and concise description of what you expected to happen.

**Actual behavior**
If applicable, please give us the console message.

**Enviornment (please complete the following information):**
 - Eslint version: 
 - Node version: 
 - React-Hook-Form version:

**Additional context**
Add any other context about the problem here.
