在发展模式下运行古登堡反应

时间:2018-05-10 作者:lookyhooky

有没有办法让WordPress在开发Gutenberg块时运行React的非小型版本?

我在学习创建古腾堡积木时收到React错误。

react-dom.min.b75d8b30.js:62 Error: Minified React error #130; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
获取完整错误将非常有用。我使用的是古腾堡提出的抽象概念,wp.element.createElement 以创建元素。所以我的插件无法直接做出反应。

1 个回复
最合适的回答,由SO网友:Zeevruchtje 整理而成

我花了很长时间才找到这个,但您所要做的就是将SCRIPT\\u DEBUG设置为true。只需将此行添加到wp config。php:

define(\'SCRIPT_DEBUG\', true);

结束

相关推荐

Admin Theme customization

我遵循wordpress codex网站上关于通过插件创建管理主题的说明。我激活了插件,但我的样式表没有包含在<head>.. 这是我的代码:add_action( \'admin_init\', \'kd_plugin_admin_init\' ); add_action( \'admin_menu\', \'kd_plugin_admin_menu\' ); function kd_plugin_admin_init() { /* Register