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

Page becomes unresponsive when the json is large #18

Open
targerian1999 opened this issue Apr 23, 2022 · 1 comment
Open

Page becomes unresponsive when the json is large #18

targerian1999 opened this issue Apr 23, 2022 · 1 comment

Comments

@targerian1999
Copy link

I have tried to use it with the json placholder api photos endpoint (https://jsonplaceholder.typicode.com/photos) but the page becomes unresponsive and return errors like this : https://jsonhero.io/j/KtjQydI5I4A3

@ericallam
Copy link
Member

This is a known issue, caused by the column view not using virtualization so all cells, even the ones not visible, are rendered. With excessively long lists this takes longer than the 30s Cloudflare Worker timeout.

We'll need to reimplements the column view using something like react-virtual to fix this.

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