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
I have come across a code base which references this style guide and uses && instead of ternaries in JSX. After discussing in gitter with @megapctr, this practice should be avoided and a ternary should be used instead.