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

Properties filter loading issue on collection detail page #480

Open
NicolasMahe opened this issue Nov 21, 2023 · 0 comments
Open

Properties filter loading issue on collection detail page #480

NicolasMahe opened this issue Nov 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@NicolasMahe
Copy link
Member

When navigating to the collection detail page from the explore page, the properties filter component is first displaying the list of collections instead of directly the properties filter. This happen pretty quickly:

From explore/collection:

Screen.Recording.2023-11-21.at.10.16.36.mov

When the query to fetch the collection is already cached, (first navigation start on the explorer/nft page), the list of collection is clearly visible:

Screen.Recording.2023-11-21.at.10.17.12.mov

This behaviour doesn't happen when reloading the collection detail page, but I notice the properties are not initially display (no SSR), and are only fetch client side:

Screen.Recording.2023-11-21.at.10.20.38.mov

My guess is there is a/multiple useEffect somewhere that prevent the initial loading to display the right stuff.

@NicolasMahe NicolasMahe added the bug Something isn't working label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant