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

Fix: Hydratation of empty lists next to components. #3630

Merged
merged 2 commits into from Mar 12, 2024

Commits on Mar 12, 2024

  1. fix: hydration of empty VLists

    an additional (empty) VText was inserted in the second reconciliation
    pass, which tried to insert itself in an invalid position. This internal
    error was masked by a "fix" of the internal slot of components, which
    should have still been trapped to signal that the second fixup render
    was not yet run.
    WorldSEnder committed Mar 12, 2024
    Copy the full SHA
    2e6f17f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    24d815d View commit details
    Browse the repository at this point in the history