clauderic / clauderic/react-tiny-virtual-list

Warnings when using custom prop to force update

Open
#59 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.5k
Forks
159
PR merge metrics
No merged PRs in 30d

Description

I am using a custom prop to force my list to re-render, as recommended [in the readme](https://github.com/clauderic/react-tiny-virtual-list#common-issues-with-purecomponent). However, doing so causes me this warning:

> Warning: React does not recognize the `isScrolling` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `isscrolling` instead. If you accidentally passed it from a parent component, remove it from the DOM element.

(my prop is called `isScrolling`)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.