swissspidy / media-experiments

WordPress media experiments
GNU General Public License v2.0
84 stars 1 forks source link

Do not rely on editor store in blocks #598

Closed swissspidy closed 1 month ago

swissspidy commented 1 month ago

The current post ID is not known in the image block for example, it only has access to the block editor store.

No need to provide it anyway I think, as the mediaUpload function will provide it. Needs testing.

Also review that in the Gutenberg PR.