- Issue created by @ahmad aziz
- 🇳🇴Norway vegardjo
Very similar to https://github.com/WordPress/gutenberg/issues/68817#issuecomment-2606269320, even though they speak of setting the value to 0, not whatever.
The console message is:
Block validation: Block validation failed for `core/spacer` ({name: 'core/spacer', icon: {…}, keywords: Array(0), attributes: {…}, providesContext: {…}, …}). Content generated by `save` function: <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> Content retrieved from post body: <div aria-hidden="true" class="wp-block-spacer"></div>
The bug is not present in an updated Wordpress install, so I assume this has been fixed upstream and that the fix will eventually find it's way here.