-
Notifications
You must be signed in to change notification settings - Fork 382
Closed
Labels
Milestone
Description
Bug Description
Video upload seems to be broken because there doesn't seem to be a mediaUpload prop being passed anymore. Perhaps something changed upstream causing this to be missing.
Expected Behaviour
Uploading videos should work
Steps to reproduce
- Insert video block
- Upload video
- See block being broken
Screenshots
Additional context
- WordPress version: 5.3 Beta
- Plugin version: current
develop - Gutenberg plugin version (if applicable): 6.6
- Browser: Chrome on macOS
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
- AC1: Enable users to successfully upload videos.
Implementation brief
- Add conditional check to usage of media upload function (as per comments below)
QA testing instructions
- Insert video block
- Upload video
- See video successfully being inserted and working as expected also on the frontend
Demo
Changelog entry
N/A as it addresses a recently introduced regression
Reactions are currently unavailable

