FSE: Front-end block context does not exist #23179
Labels
[Status] In Progress
Tracking issues with work in progress
[Type] Regression
Related to a regression in the latest release
Describe the bug
Note: This is caused by #22519. Before that commit, the issue does not occur.
In FSE blocks like post content or post title, the block context does not exist. For example, this statement is true, which returns early:
gutenberg/packages/block-library/src/post-content/index.php
Lines 17 to 19 in b83f948
I returned "what" there, and this is what the front end looks like:
(Above that line is also supposed to be a post title block.)
To reproduce
Steps to reproduce the behavior:
Other settings:
Expected behavior
Dynamic block content should display. (Currently seems related to block context.)
Screenshots
see above
Editor version (please complete the following information):
Latest pull in the local environment
The text was updated successfully, but these errors were encountered: