docs/plans/4625-video-url-render.md
Video:It is not render, when I add a video from “Insert Via URL ”Insert Via URL should render a usable video element instead of disappearing behind upload-only logic.video -> Insert Via URL.url but without isUpload, and the current render path likely hides non-upload videos unless they parse as supported embeds.docs/solutions/.apps/www/src/registry/ui/media-toolbar-button.tsx inserts video nodes directly for Insert via URL, so the missing isUpload flag is expected on that path.apps/www/src/registry/ui/media-video-node.tsx rendered only YouTube embeds or isUpload videos, which made plain video URLs and non-YouTube providers disappear.apps/www/src/registry/ui/media-video-node-static.tsx already rendered direct video URLs correctly, so the bug was limited to the live React node.packages/media.pnpm installpnpm --filter www build:registrypnpm --filter www typecheckpnpm lint:fixpnpm check before PR if code changes shipbun test apps/www/src/registry/ui/media-video-node.spec.tsxpnpm install hit an existing prepare failure in bun x skiller@latest apply after confirming the workspace was already up to datepnpm --filter www build:registrypnpm --filter www typecheckpnpm lint:fixpnpm check