core icon indicating copy to clipboard operation
core copied to clipboard

fix(runtime-core): properly handle async component update before resolve

Open linzhe141 opened this issue 1 year ago • 6 comments

close #11617

this pr playground

Summary by CodeRabbit

  • Bug Fixes

    • Improved the handling of async component updates to ensure updates are properly queued and applied after rendering, enhancing reliability in complex async scenarios.
  • Tests

    • Added a new test case to verify correct behavior when async components receive multiple prop updates before and after their async setup resolves.

linzhe141 avatar Aug 15 '24 03:08 linzhe141