-
如题
-
在引入umi-hook的hooks时,会报这样的错误,请问如何解决。
Unhandled Rejection (ReferenceError): regeneratorRuntime is not defined
"antd": "^3.9.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Wuuuu updated
4 years ago
-
## What happens?
在linux jenkins build超级慢,在本地是正常的,没升级之前是正常的,升级版本后,每次构建都会出现以下代码,使用umi直接创建的应用
```
platform unsupported umi@2.8.16 › umi-build-dev@1.10.16 › chokidar@3.0.2 › fsevents@^2.0.6 Package…
-
-
第一次打开表格的时候 loading 一会从服务器加载 然后退出这个页面, 第二次打开表格的时候 显示上一次的数据 同时也会触发ajax的更新数据 这时候如果有新数据就重新渲染页面 没有就不渲染
-
在现有项目中使用 react hook 报错。
经测试:
使用 yarn create umi 创建一个 JavaScript app dva 模板
使用 useState 的时候均报错:
1. You might have mismatching versions of React and the renderer (such as React DOM)
2. You might …
-
### 🐛 bug 描述
在树形结构下,选择多选框报错
### 📷 复现步骤
我在浏览器中Debug,原因如下:
``` js
// http://localhost:8000/node_modules/antd/es/table/hooks/useLazyKVMap.js
var dig = function dig(records) {
records.forEa…
-
### 🐛 bug 描述
在树形结构下,选择多选框报错
### 📷 复现步骤
我在浏览器中Debug,原因如下:
``` js
// http://localhost:8000/node_modules/antd/es/table/hooks/useLazyKVMap.js
var dig = function dig(records) {
records.forEa…
-
基本 antd design pro 配置 dva 的 hooks 报错 只有onStateChange可以正常使用
因项目需要,看umijs 官方文案 配置 dva hooks
在 src 目录下新建 app.js,内容如下:
export const dva = {
config: {
onAction: () => {
console.log('a…
-
[myapp.zip](https://github.com/umijs/umi/files/2430427/myapp.zip)
附件为简单的umi guide里的例子。
将maxSize的值改为非0的值,build将报这样的错误:
[16:12:19] webpack compiled in 10s 557ms
ERROR Failed to compile wit…