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
`toggleExpanded ?? undefined` resolves to an expression where toggleExpanded is not called.
Vue's event binding can handle null or undefined values gracefully making the ?? undefined unnecessary.
0 commit comments