-
Notifications
You must be signed in to change notification settings - Fork 12
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
base: canary
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@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); |
There was a problem hiding this comment.
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
…Nounspace#510) Co-authored-by: Willy Ogorzaly <[email protected]>
Co-authored-by: sktbrd <[email protected]>
Co-authored-by: Jesse Paterson <[email protected]>
Co-authored-by: Jesse Paterson <[email protected]>
Co-authored-by: Jesse Paterson <[email protected]>
* Supabase studio had an incorrect external url causing issues accessing the supabase api in the studio
…ord to utilize it
…ce#539) Co-authored-by: Jesse Paterson <[email protected]>
Co-authored-by: sktbrd <[email protected]>
Can we close this one @r4topunk @j-paterson ? |
No description provided.