Bismark Henao

Results 2 comments of Bismark Henao

> Hello, if this can be of any help, here is a reproduction code: > > ```ts > // src/useMount.ts > > import { useEffect, useState } from 'react' >...

I was digging on this error, and what I found was that I was using this `PropTypes.arrayOf()` on one of my components, after change it to `PropTypes.arrayOf([])` it worked again....