fix: update block version to 3#2833
Conversation
Bundle Size Diff
|
|
Plugin build for 57ef4ed is ready 🛎️!
|
E2E TestsPlaywright Test Status: See serial and parallel matrix jobs Performance ResultsserverResponse: {"q25":390.1,"q50":409.9,"q75":415.5,"cnt":10}, firstPaint: {"q25":507.6,"q50":607,"q75":683.6,"cnt":10}, domContentLoaded: {"q25":2970.1,"q50":2995.6,"q75":3009.5,"cnt":10}, loaded: {"q25":2971.8,"q50":2997.5,"q75":3011.5,"cnt":10}, firstContentfulPaint: {"q25":3481.9,"q50":3507.3,"q75":3522.2,"cnt":10}, firstBlock: {"q25":13400.7,"q50":13472.7,"q75":13516.8,"cnt":10}, type: {"q25":21.64,"q50":22.17,"q75":24.88,"cnt":10}, typeWithoutInspector: {"q25":19.17,"q50":20.28,"q75":21,"cnt":10}, typeWithTopToolbar: {"q25":26.59,"q50":27.21,"q75":28.13,"cnt":10}, typeContainer: {"q25":12.72,"q50":13.78,"q75":16.18,"cnt":10}, focus: {"q25":108.99,"q50":111.85,"q75":114.28,"cnt":10}, inserterOpen: {"q25":36.02,"q50":36.41,"q75":37.18,"cnt":10}, inserterSearch: {"q25":12.85,"q50":12.98,"q75":13.25,"cnt":10}, inserterHover: {"q25":5.1,"q50":5.17,"q75":5.4,"cnt":20}, loadPatterns: {"q25":1414.71,"q50":1435.09,"q75":1451.63,"cnt":10}, listViewOpen: {"q25":221.55,"q50":224.53,"q75":235.92,"cnt":10} |
|
@Soare-Robert-Daniel, I tested the PR following the provided test instructions and found two issues:
The issue is intermittent and is not reproducible on every installation. Interestingly, another map on the same page loads as expected, while this specific map does not.
You can check the page here https://succeedbook.s2-tastewp.com/wp-admin/post.php?post=12&action=edit |
# Conflicts: # src/blocks/test/e2e/blocks/countdown.spec.js # src/blocks/test/e2e/blocks/onboarding.spec.js
|
@Soare-Robert-Daniel, If we add more than one Google Map block, save the page, and then reload the editor, only the first map appears. The other maps show this error: “This block has encountered an error and cannot be previewed.” The console also shows this error:
Also, with WordPress 6.3, the plugin is not working. It does not show any blocks or settings. However, I checked with WordPress 6.2.9 and 6.4, and it works fine there. |



Closes #2820.
Summary
Screenshots
Test instructions
Part A — Quick health check
"This block has encountered an error."
Part B — Most important blocks (test carefully)
Part C — Other blocks (quick)
Review, Form, Countdown/Progress/Circle Counter, Animations, and the Pro/WooCommerce blocks — each appears, previews, and saves.
Part D — Published page unchanged
Publish a mixed-block page → looks the same as before. Open an old page → no "unexpected or invalid content" warning.
Where to test
Page editor (main), Tablet/Mobile preview, Site Editor, and older WordPress 6.3 (just Part A).
Checklist before the final review