SCWR
SCWR
This problem still occurs in `7.5.1`
十分感谢 会有后续的发展路线图吗
请问有进展吗
 本地调用命令时,会报以上错误。 需要配置什么才能通过呢? @afc163
> 清除 node_modules 重装,另外这个和 labelInValue 区别是什么?看起来 `labelInValue` HOC 一下即可? 清除了node_modules 重装会报这个错误  实现相同功能,当然可以有很多种方式。但是 labelInValue 只是把逻辑提前到上层处理,还是做了一层遍历的操作 而且并不是个简便的方式 我看了内部实现 发现 有一个 `convert2LabelValues` 的操作,也有遍历操作,这样的话,把上述操作放到这里处理,可以解决 80% 的场景,也提高一点点性能。也比较方便易用 现在有个场景就是 `失效选项` 会出现直接显示 `id` 的情况
as your say Use the following files in es mode https://github.com/slevithan/xregexp/blob/2dcf16d0aef8b985767886e0d392ce735fd7bff9/package.json#L20 But add all addons to base script https://github.com/slevithan/xregexp/blob/2dcf16d0aef8b985767886e0d392ce735fd7bff9/src/index.js#L10-L15 So it's impossible to tree shake. Therefore, it should be used...
@afc163 请问有进展吗 我遇到了相同问题 我想问下这里是因为什么加上逻辑 https://github.com/react-component/select/commit/8104a127e1eefaf27a62405bab8d1f81b18af839#diff-de9e49275c7e7e75d8819672502b3bcd080c5cb3db4ec6c7a6dad9e4c6ca507aR521
```js const e = new KeyboardEvent("keydown", { shiftKey: true, key: "Tab", which: 9 }); console.log(e.which) // 0 ```
> Hello everyone. I have not the same issue but related to changing properties. > > My initial value is > > ``` > [ > { > "type": "paragraph",...