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
The check where `expanded` equals to `false`, and where the value of
the `_getExpandedState` method is compared to `default` will always
evaluate to `false`. This is because the method return value does not
have any overlap with `default`. Hence the check is unnecessary.
This seems to be a leftover from f9bd5d4.
0 commit comments