Mason Jones

Results 5 comments of Mason Jones

I meet the same issue. I found it maybe related to the parcel **version**( and @parcel/* packages) and `browserslist` config.

> @JnathanCoder > ```js > // 这样不会报错 > let num: number = undefined; > ``` > 实际上测试会报错 > error TS2322: Type 'undefined' is not assignable to type 'number'. 检查 **tsconfig.json**...

用的 element-ui v2.13.2 , 遇到同样的问题,请教下,有啥进一步的方案吗 1. 拿不到 e.composedPath() 的值 2. `filterable` 和 `remote` 同时配置,会触发 e.target = null