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

Error in console slows down browser #171

Closed
nick-keller opened this issue Mar 12, 2019 · 1 comment
Closed

Error in console slows down browser #171

nick-keller opened this issue Mar 12, 2019 · 1 comment

Comments

@nick-keller
Copy link

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.

@bvaughn
Copy link
Owner

bvaughn commented Mar 12, 2019

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.

This can be seen even in the exemple here: https://react-window.now.sh/#/examples/list/fixed-size

Sorry, but no such error shows in the console on the demo site.

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.

See the reason for the interaction bit here: #128 (comment)

@bvaughn bvaughn closed this as completed Mar 12, 2019
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

2 participants