videojs/v10

Bug: Ejected Skin Sample Causes Fast Refresh Warning in React

Fechada

#1.484 aberto em 28 de abr. de 2026

 (1 comentário) (0 reação) (1 responsável)TypeScript (67 forks)github user discovery
docsdxgood first issuepkg:reactsiteskin

Métricas do repositório

Stars
 (804 estrelas)
Métricas de merge de PR
 (Mesclagem média 14d 19h) (55 fundiu PRs em 30d)

Description

[!NOTE] Triage estimate — cycle priority and story points were assigned during an AI-assisted planning pass and are rough first guesses. Confirm or adjust when you pick this up.

The ejected skin sample co-locates createPlayer and the component in the same file. This causes a React Fast Refresh warning. The fix is to move createPlayer to its own file.

Fix needed in: Ejected skin sample file (around line 260 area)

Guia do colaborador