This feature adds the capability of sharing the isSticky current state, providing a high degree of flexibility. It is particularly useful when we need to render different variants of the component given to BehaviorSticky as children, depending on whether the current position is sticky or not.
Types of changes
[ ] ๐ชฒ Bug fix (non-breaking change which fixes an issue)
[x] โจ New feature (non-breaking change which adds functionality)
[ ] ๐ฅ Breaking change (fix or feature that would cause existing functionality to not work as expected)
BehaviorSticky
๐ Show
TASK: PI-70051
Description, Motivation and Context
This feature adds the capability of sharing the
isSticky
current state, providing a high degree of flexibility. It is particularly useful when we need to render different variants of the component given toBehaviorSticky
as children, depending on whether the current position is sticky or not.Types of changes