videojs/v10

Bug: Ejected Skin Sample Causes Fast Refresh Warning in React

已关闭

#1,484 创建于 2026年4月28日

 (1 条评论) (0 个反应) (1 位负责人)TypeScript (67 个派生)github user discovery
docsdxgood first issuepkg:reactsiteskin

仓库指标

星标
 (804 个星标)
PR 合并指标
 (平均合并 14天 19小时) (30 天内合并 55 个 PR)

描述

[!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)

贡献者指南