Interactivity API: Include preact/debug when SCRIPT_DEBUG is enabled

Syncs the changes from Gutenberg: https://github.com/WordPress/gutenberg/pull/60514. Enqueues a different Interactivity API runtime version with preact/debug when SCRIPT_DEBUG is enabled.

Props darerodz, jonsurrell, gziolo.
Fixes #61171.


Built from https://develop.svn.wordpress.org/trunk@58195


git-svn-id: http://core.svn.wordpress.org/trunk@57658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
gziolo 2024-05-24 09:42:09 +00:00
parent 03ed152078
commit b3e3c8ba32
2 changed files with 20 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-alpha-58194';
$wp_version = '6.6-alpha-58195';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.