Great Wall
Great Wall
写法是这样的:https://codesandbox.io/embed/antd-reproduction-template-pyg3j 报错如下: (node:99704) UnhandledPromiseRejectionWarning: D:\学习\React\EDS\node_modules\antd\es\locale\zh_CN.js:1 import Pagination from "rc-pagination/es/locale/zh_CN"; ^^^^^^^^^^ SyntaxError: Unexpected identifier at Module._compile (internal/modules/cjs/loader.js:723:23) at Module._compile (D:\学习\React\EDS\node_modules\pirates\lib\index.js:99:24) at Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Object.newLoader [as .js] (D:\学习\React\EDS\node_modules\pirates\lib\index.js:104:7) at Module.load (internal/modules/cjs/loader.js:653:32)...
I get an error : UnhandledPromiseRejectionWarning: Error: Cannot find module 'isomorphic-style-loader/StyleContext' here is the code: import React from 'react'; import PropTypes from 'prop-types'; import {Provider} from 'react-redux'; import {ConfigProvider} from...