We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When scrolling stops you can see an error in the console:
Uncaught TypeError: Converting circular structure to JSON
This can be seen even in the exemple here: https://react-window.now.sh/#/examples/list/fixed-size
On complexe list it even takes a while for the user to be able to interact again, interaction is disabled until the error pops in the console.
The text was updated successfully, but these errors were encountered:
When scrolling stops you can see an error in the console: Uncaught TypeError: Converting circular structure to JSON
Sounds like you're trying to console.log a JSON structure that has circular references somewhere in your application.
console.log
Sorry, but no such error shows in the console on the demo site.
See the reason for the interaction bit here: #128 (comment)
Sorry, something went wrong.
No branches or pull requests
When scrolling stops you can see an error in the console:
This can be seen even in the exemple here: https://react-window.now.sh/#/examples/list/fixed-size
On complexe list it even takes a while for the user to be able to interact again, interaction is disabled until the error pops in the console.
The text was updated successfully, but these errors were encountered: