Syncing breaks after resize AND at least one primary navigation change (such as clicking an arrow to the right) when secondary is hidden because of destroy: true. This also causes the secondary navigation to disappear until the second resize.
Syncing will still work from primary interaction affecting the secondary, but not secondary interaction affecting the primary after that.
It appears directly related to the secondary breakpoints property of destroy: true.
Checks
Version
4.1.4
Description
Syncing breaks after resize AND at least one primary navigation change (such as clicking an arrow to the right) when secondary is hidden because of
destroy: true
. This also causes the secondary navigation to disappear until the second resize.Syncing will still work from primary interaction affecting the secondary, but not secondary interaction affecting the primary after that.
It appears directly related to the secondary
breakpoints
property ofdestroy: true
.All of our code (no custom buttons either):
Reproduction Link
No response
Steps to Reproduce
Expected Behaviour
Secondary navigation style syncs after breakpoint restoration using the
destroy: true
property.