有没有办法让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
以创建元素。所以我的插件无法直接做出反应。
最合适的回答,由SO网友:Zeevruchtje 整理而成
我花了很长时间才找到这个,但您所要做的就是将SCRIPT\\u DEBUG设置为true。只需将此行添加到wp config。php:
define(\'SCRIPT_DEBUG\', true);