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(runtime-core): fix suspense crash when patch non-resolved async setup component #7290

Merged
merged 13 commits into from
Dec 12, 2023

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    bd3f6f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07d8b54 View commit details
    Browse the repository at this point in the history
  3. fix(runtime-core): Fix hydration crash when deep nested async compone…

    …nt is not hydrated yet
    mmis1000 authored and yyx990803 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    0a19f3d View commit details
    Browse the repository at this point in the history
  4. fix(runtime-core): Check asyncDep instead of subTree

    The null el can also happen during client rendering
    mmis1000 authored and yyx990803 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    bdf60f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f10e67a View commit details
    Browse the repository at this point in the history
  6. fix(runtime-core): Fix client side suspense update crash in proper way

    The initialVNode of async setup missed the el property, which in turns cause its parent component to crash during update
    mmis1000 authored and yyx990803 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e5910c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8adef84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e8e4f6 View commit details
    Browse the repository at this point in the history
  9. chore: update snapshots

    yyx990803 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b338587 View commit details
    Browse the repository at this point in the history
  10. chore: cleanup tests

    yyx990803 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a1b4140 View commit details
    Browse the repository at this point in the history
  11. chore: cleanup comments

    yyx990803 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a61280c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d720dbf View commit details
    Browse the repository at this point in the history
  13. chore: add promise timeout

    yyx990803 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    fbcdc72 View commit details
    Browse the repository at this point in the history