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

lazyRender do not render on first open #246

Open
evelikov opened this issue Feb 15, 2023 · 0 comments
Open

lazyRender do not render on first open #246

evelikov opened this issue Feb 15, 2023 · 0 comments

Comments

@evelikov
Copy link

Describe the bug

Whenever a non-open collapsible is annotated as lazyRender, rendering will not happen the first time it's being opened.

To Reproduce

  • Go to Arch reproducible website https://reproducible.archlinux.org/
  • Click on any "good" entry
  • Transition animation kicks in
  • The elements are never rendered - ... ok by "never" I've waited only 10 minutes ;-)
  • Click to close - transition kicks in and elements get rendered... wait what?
  • Click on the same collapsible element - elements are rendered

Expected behavior

  • Elements are rendered as the collapsible is opened

Additional context

As the footer of the website says - the code is available at https://gitlab.archlinux.org/archlinux/rebuilderd-website. With the interesting parts in here https://gitlab.archlinux.org/archlinux/rebuilderd-website/-/blob/master/src/Section.js.

While the website uses v2.8.1, the issue also happens with v2.8.4 and v2.9.0.

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