Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning about potential memory leak when placeholder is true #249

Open
feg624 opened this issue Sep 7, 2022 · 0 comments
Open

Warning about potential memory leak when placeholder is true #249

feg624 opened this issue Sep 7, 2022 · 0 comments

Comments

@feg624
Copy link

feg624 commented Sep 7, 2022

When "placeholder" attribute is true, and after having scrolled forward (the placeholder image was rendered), and then scrolling back to the beginning of the list, the following warning is shown on the web version:

Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function. at http://localhost:19006/static/js/bundle.js:127712:34 at div at http://localhost:19006/static/js/bundle.js:134488:25 at AnimatedComponent (http://localhost:19006/static/js/bundle.js:141995:37) at AnimatedComponentWrapper at BigListPlaceholder (http://localhost:19006/static/js/bundle.js:74833:24)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant