You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for this! I've been trying to build something similar on my own but not having much success.
If you use register_block_type_from_metadata to register a block it does property mappings and will discard any value passed in for ssr (see line 230 in wp-includes/blocks.php).
Thank you so much for this! I've been trying to build something similar on my own but not having much success.
If you use
register_block_type_from_metadata
to register a block it does property mappings and will discard any value passed in for ssr (see line 230 inwp-includes/blocks.php
).To get around this I added this filter.
The text was updated successfully, but these errors were encountered: