-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add blocks-hydration-experiments
blocks
#80
base: trunk
Are you sure you want to change the base?
Conversation
Right now, it seems to work fine in the frontend, but not in the editor. It breaks when you reload a post with BHE blocks on it. 🤔 EDIT: it is this issue with the code editor. @c4rl0sbr4v0 has pointed it out below. |
Size Change: +10.3 kB (+1%) Total Size: 882 kB
ℹ️ View Unchanged
|
Could be for this reason? |
That must be it. I haven't noticed that I left the code editor enabled, so it crashed every time I tried to edit the post with the BHE blocks. It works with the regular block editor. Thanks, @c4rl0sbr4v0. 🙂 |
Script Dependencies ReportThe
This comment was automatically generated by the |
It turned out that the recent problem I'd experienced in this branch was the already-known race-condition issue. 😅 |
This PR has been marked as If deemed still relevant, the pr can be kept active by ensuring it's up to date with the main branch and removing the stale label - otherwise it will automatically be closed after 10 days. |
As I posted in the tracking issue, I plan to write some blocks from scratch ― specifically the Checkout and inner blocks. That means creating new blocks.
This PR adds the blocks we already implemented in WordPress/block-hydration-experiments to understand better what is needed to include more blocks in the repo. This also includes the files needed to share context between blocks.