@@ -1115,7 +1115,7 @@ Methods operate on a ref to the Video element. You can create a ref using code l
```
return (
<Video source={...}
ref => (this.player = ref) />
ref={ref => (this.player = ref)} />
);
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.