Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add ref to control player url #521

Open
wants to merge 51 commits into
base: canary
Choose a base branch
from

Conversation

r4topunk
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Dec 11, 2024

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

Name Status Preview Comments Updated (UTC)
nounspace-ts ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 11, 2024 5:50pm

Copy link

vercel bot commented Dec 11, 2024

@r4topunk is attempting to deploy a commit to the Nounspace Team on Vercel.

A member of the Team first needs to authorize it.

@@ -55,8 +54,10 @@ export const Player: React.FC<PlayerProps> = ({ url }) => {
started,
ready,
});
const latestUrlRef = useRef<string | string[]>(url);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why are we using a Ref for this instead of a State variable

Serubin and others added 28 commits January 10, 2025 16:15
* Supabase studio had an incorrect external url causing issues accessing
  the supabase api in the studio
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.

7 participants