Renders a group of <PermissionRequired> and <PermissionElse> components as a single if/else if/else
statement. Only the first component to pass permission checks is rendered, or, in the case that no
<PermissionRequired> components pass, the <PermissionElse> is rendered.
Renders a group of
<PermissionRequired>and<PermissionElse>components as a singleif/else if/elsestatement. Only the first component to pass permission checks is rendered, or, in the case that no<PermissionRequired>components pass, the<PermissionElse>is rendered.