cedricdelpoux / cedricdelpoux/react-responsive-masonry
Warning: React does not recognize the `columnsCount` prop on a DOM element.
Open
- Dominant language
- JavaScript
- Stars
- 455
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
I'm using react-responsive-masonry with Next.js
```
"next": "^9.5.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
```
I get the following warning, and the columnsCount property doesn't seem to work.
> Warning: React does not recognize the `columnsCount` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `columnscount` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Contributor guide
Assessment
This issue has not been assessed yet.