You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lower pattern states should inherit upwards to consuming patterns, regardless of the consumer's pattern state.
Actual Behavior
Lower pattern states only inherit upwards to consuming patterns when the consumer has a state applied.
Change
Remove logic that checks for a consumer's pattern state prior to inheritance. Update unit tests.
This should be made on the 1.X path and pulled forward into 2.X