Results 2 issues of Vlad Shulha

```javascript const data = { 'person.0.name': 'John', 'person.1.name': 'Kate', } const rules = { 'person.*.name': 'required' } const errorMessages = { 'required.person.*.name': 'Some custom error message' //prints out "The field...

reviewing

### Describe the bug Currently, running `npm install react-virtual` on a project with React 18 fails because of unresolved peer dependency. Duplicate of #568 to publish #278 on NPM -...