Skip to content

Conversation

@pskd73
Copy link
Collaborator

@pskd73 pskd73 commented Jan 6, 2026

fixes #6181

@vercel
Copy link
Contributor

vercel bot commented Jan 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
bugs Ready Ready Preview, Comment Jan 7, 2026 0:02am
remotion Error Error Jan 7, 2026 0:02am

return (
<div style={textStyle}>
{isLoading && 'Validating license key...'}
{validation && !validation.isValid && '⚠️ Invalid license key'}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use ValidationMessage component to display a warning triangle

setIsLoading(false);
})
.catch(() => {
setValidation(null);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's handle the network failure as well:

Could not validate license key: ${error.message}

usage
</a>
</div>
{validation.hasActiveSubscription && (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Handle the negative case as well: No active company license!

@pskd73 pskd73 changed the title Validate license key on WebRenderModal from Pro platform Show licenseKey details on WebRenderModal from Pro platform Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Client Render Modal License Tab: Add validation

2 participants