Taehyun Kim

Results 2 issues of Taehyun Kim

### Description I found a bug in official documentation where menu button is duplicated. ![image](https://github.com/videojs/video.js/assets/127714273/10353952-10a1-4cdb-be76-0eb78c08a59e) ![image](https://github.com/videojs/video.js/assets/127714273/a0c17af4-af4e-441c-a6fd-ea2d988c5323) ![image](https://github.com/videojs/video.js/assets/127714273/04254581-9d5d-4dc3-86a8-16fd8e804c07) is it an error? ### Reduced test case https://docs.videojs.com/component ### Steps to reproduce...

needs: triage
ts

- add missing 'function' on example code. ### Updating existing pages ✍️ - Add missing 'function' on example code. - https://swr.vercel.app/docs/with-nextjs - BEFORE ```tsx filename="app/page.tsx" highlight={1} copy 'use client' import...