TreeProp updates aren't given to children inside Sections
Open
- Dominant language
- Kotlin
- Stars
- 7.8k
- Forks
- 768
- PR merge metrics
- No merged PRs in 30d
Description
- [x] I have searched [existing issues](https://github.com/facebook/litho/issues) and this is not a duplicate
## Version
0.40.0
## Issues and Steps to Reproduce
Make a component that receives a TreeProp. Render that component inside a section. Update the component tree to have a newer TreeProp value. Observe that the component doesn't rerender with the new value for the TreeProp.
## Expected Behavior
The component should rerender with the updated TreeProp.
## Link to Code
[Sample project](https://github.com/facebook/litho/files/6818161/LithoTreePropUpdates.zip)
Contributor guide
Assessment
This issue has not been assessed yet.