We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d076fb commit f3d7762Copy full SHA for f3d7762
includes/Editor.php
@@ -71,7 +71,7 @@ public function register_block() {
71
wp_register_script(
72
$this->handle,
73
TIOB_URL . 'editor/build/index.js',
74
- array_merge( $deps['dependencies'], array( 'wp-api' ) ),
+ array_merge( $deps['dependencies'], array( 'wp-api', 'regenerator-runtime' ) ),
75
$deps['version']
76
);
77
0 commit comments