Taehyun Kim
Taehyun Kim
### Description I found a bug in official documentation where menu button is duplicated.    is it an error? ### Reduced test case https://docs.videojs.com/component ### Steps to reproduce...
- 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...