Skip to content

Commit

Permalink
Fix issue getting the up-to-date block content
Browse files Browse the repository at this point in the history
  • Loading branch information
vaurdan committed Apr 24, 2024
1 parent 5b6b04f commit 4178215
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 81 deletions.
2 changes: 1 addition & 1 deletion build/content-helper/editor-sidebar.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => 'a522b73f43053e03c73b');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => 'a9d87976bcb2f34b24ea');
Loading

0 comments on commit 4178215

Please sign in to comment.