The #52 fix only fetched potential blocks from the page block but ignored other content of child blocks → e.g. the react-tester page toggle block doesn't contain its child content
The original page logic fetched potential blocks by going over content of non-page blocks.
The #52 fix introduced some new problems with missing blocks:
The #52 fix only fetched potential blocks from the page block but ignored other
content
of child blocks → e.g. the react-tester pagetoggle
block doesn't contain its childcontent
The original page logic fetched potential blocks by going over
content
of non-page blocks.In this PR:
content
blocks and non-pagecontent
blocks