Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Initialize childIndex in Task constructor (#27367)
This field was not being initialized. Although the property is part of the Flow type, the type error wasn't caught because the constructor itself is not covered by Flow, which is unfortunate. (I assume this is related to the dev-only componentStack property.)
- Loading branch information