You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module parse failed: Unexpected token (1920:23)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/co
ncepts#loaders
| return darkMedia.matches ? 'dark' : 'light';
| }
handleClickOutside = (e)=>{
| const { element: element } = this.props;
| if (e.target != element) {
ERROR Failed to compile with 1 errors 下午5:50:09
error in ./node_modules/emoji-mart/dist/index.js
Module parse failed: Unexpected token (1920:23)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/co
ncepts#loaders
| return darkMedia.matches ? 'dark' : 'light';
| }
| const { element: element } = this.props;
| if (e.target != element) {
@ ./src/components/operator/index.tsx 12:0-36 148:8-14
@ ./src/pages/groupChat/index.tsx
@ ./src/.umi/core/routes.ts
@ ./src/.umi/umi.ts
@ multi ./node_modules/umi/node_modules/@umijs/preset-built-in/bundled/@pmmmwh/react-refresh-webpack-plugin/client/ReactRefreshEntry.js ./src/.umi/
umi.ts
The text was updated successfully, but these errors were encountered: