Open bvisness opened 6 years ago
I was able to suppress the warning by naming my attribute data-is-scrolling
. It might be nice to mention something about this in the docs.
👍 Good point. I think having a forceUpdate
prop would make sense, this way we could explicitly exclude it from the passthrough props that are passed to the wrapper. If this is something you have time to tackle, I'd be happy to accept a PR to that effect. Otherwise I'll try to get around to it at some point 😅
I am using a custom prop to force my list to re-render, as recommended in the readme. However, doing so causes me this warning:
(my prop is called
isScrolling
)