Skip to content

Conversation

@jsanford8
Copy link
Collaborator

No description provided.

@vercel
Copy link

vercel bot commented Jul 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
stream-new ❌ Failed (Inspect) Jul 7, 2025 8:49pm

Copy link
Collaborator Author

@jsanford8 jsanford8 left a comment

Choose a reason for hiding this comment

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

in general, looks pretty reasonable. A couple of minor things to change

type Props = null;

const Index: React.FC<Props> = () => {
console.log('INDEX PAGE LOADED - TEST LOG');
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

please remove this

<Button className={isUploading ? 'hidden' : '' } slot="file-select">Upload video</Button>
</MuxUploader>
{(() => {
console.log('INDEX: Rendering MuxUploader, isUploading:', isUploading);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

also this


expect(res._getStatusCode()).toBe(200);
});
}); No newline at end of file
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

there's a bunch of files with no newlines at the end. Maybe you can configure claude to fix that up?

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.

2 participants