Skip to content

Instantly share code, notes, and snippets.

@iskenxan
Last active May 17, 2021 21:06
Show Gist options
  • Save iskenxan/9bcc77005e296a931c2bf4fea1f80722 to your computer and use it in GitHub Desktop.
Save iskenxan/9bcc77005e296a931c2bf4fea1f80722 to your computer and use it in GitHub Desktop.
<PermissionsGate
RenderError={() => <p>You shall not pass!</p>}
scopes={[SCOPES.canCreate]}
>
<img alt="" className="vault-image" src={VAULT} />
<h1>Private content</h1>
<p>Must be an editor to view</p>
</PermissionsGate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment