Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(react): fix broken prop type definition (#27)
You need to pass a valid prop checking function to `PropTypes.arrayOf`. This caused an error to be thrown in development for me: ``` Warning: Failed prop type: Unexpected token function ```
- Loading branch information