facebook / facebook/litho

TreeProp updates aren't given to children inside Sections

Open
#806 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.