Skip to content

Conversation

@ibrahimcesar
Copy link
Owner

Problem:

  • Demo was importing from "react-lite-youtube-embed" (v2.6.0 from npm)
  • This old version doesn't have the event timing fix from PR chore: debugg events for demo #203
  • CHECKPOINT 2 wasn't showing because onReady events weren't firing

Solution:

  • Changed import to "@ibrahimcesar/react-lite-youtube-embed"
  • This uses the local source code (file:..) with all latest fixes
  • Rebuilt package and reinstalled demo dependencies

Impact:

  • Demo now uses latest event handling code
  • CHECKPOINT 2 (Player Ready) should now appear consistently
  • All event handlers will work properly

Fixes: CHECKPOINT 2 visibility issue reported by user

Problem:
- Demo was importing from "react-lite-youtube-embed" (v2.6.0 from npm)
- This old version doesn't have the event timing fix from PR #203
- CHECKPOINT 2 wasn't showing because onReady events weren't firing

Solution:
- Changed import to "@ibrahimcesar/react-lite-youtube-embed"
- This uses the local source code (file:..) with all latest fixes
- Rebuilt package and reinstalled demo dependencies

Impact:
- Demo now uses latest event handling code
- CHECKPOINT 2 (Player Ready) should now appear consistently
- All event handlers will work properly

Fixes: CHECKPOINT 2 visibility issue reported by user
@github-actions
Copy link
Contributor

size-limit report 📦

Path Size
ES Module 2.99 KB (0%)
CommonJS 2.96 KB (0%)
CSS 1.05 KB (0%)

@ibrahimcesar ibrahimcesar merged commit a64edec into main Nov 15, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants