core
core copied to clipboard
fix(runtime-core): properly handle async component update before resolve
close #11617
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.