From 8fc31b402df9f7bc0591aa159176709a115aafa5 Mon Sep 17 00:00:00 2001 From: dwindown Date: Sun, 4 Jan 2026 11:46:07 +0700 Subject: [PATCH] Fix timeline chapter click by passing missing props to VideoPlayer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Pass playerRef, currentTime, accentColor, and setCurrentTime to VideoPlayer - This fixes "Cannot read properties of undefined (reading 'current')" error - Timeline chapter items can now successfully jump to specific timestamps 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- src/pages/Bootcamp.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/Bootcamp.tsx b/src/pages/Bootcamp.tsx index 5436159..1336759 100644 --- a/src/pages/Bootcamp.tsx +++ b/src/pages/Bootcamp.tsx @@ -597,7 +597,13 @@ export default function Bootcamp() { )} - + {selectedLesson.content && (