Lock post saving when media is being uploaded #16030
Labels
[Block] Audio
Affects the Audio Block
[Block] Image
Affects the Image Block
[Block] Video
Affects the Video Block
[Feature] Media
Anything that impacts the experience of managing media
[Type] Bug
An existing feature does not function as intended
Hi everybody, I need an help building a gutenberg block. I'm using MediaPlaceholder component as starting for add images (it's a carousel), but I have a lot of problems when I use the "load" button instead of "view library":
the big problem is that I cannot render on the save function images, because I need size of it and If the editor clicks "update article" before images loads async I cannot get img.media_details.sizes because it returns only an url with a blob like:
{url: "blob:" }
. what can I do?The text was updated successfully, but these errors were encountered: