-
`internal/validators.js:124
throw new ERR_INVALID_ARG_TYPE(name, 'string', value);
^
TypeError [ERR_INVALID_ARG_TYPE]: The "id" argument must be of type string. Received null |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
"dependencies": { |
Beta Was this translation helpful? Give feedback.
还是包兼容问题,向上版本固定如下,启动编译成功。 "@ant-design/pro-components": "2.2.0",
"@ant-design/pro-layout": "6.2.0",
"@ant-design/pro-utils":"2.6.0",