vaynevayne

Results 82 comments of vaynevayne

same , i use nvm, when i change node version, the pnpm -v can change sometime, but can't remove pnpm

+1 Uncomfortable, different problems all report the same mistake My solution: 1. If it is the `@org` package, check to see if the npm organization has been created 2. Execute...

Also encountered this problem, now this library, do not repair bug, nor allow others to pr tmd

bug: 未考虑到 dayjs 对象是dayjs.utc的情况 , 此时取值时需要使用 dayjs.utc(value).valueOf(),而不是 dayjs(value).valueOf()

6, 那就这样改, 你看下 @PengJiyuan

修改建议, 支持字符串类型的shortcut(其实你们shortcut 部分的代码已经支持了), 但是并不会生效是因为这里卡住了, https://github.com/arco-design/arco-design/blob/main/components/DatePicker/picker-range.tsx#L656 getDayjsValue里面已经做了判断, isValidShortcut 是冗余的, 并且两者有冲突, 移除isValidShortcut判断即可https://github.com/arco-design/arco-design/blob/main/components/_util/dayjs.ts#L218 最后: ```jsx // Callback when mouse entered the shortcuts function onMouseEnterShortcut(shortcut) { clearShortcutsTimer(); shortcutEnterTimer.current = setTimeout(() => { // if...

貌似现在提供的prop 只控制了'拖'这个动作, 比如 dragSelector ignoreDragSelect 还需要增加 控制'放'这个动作, 比如 dropSelector,ignoreDragSelect

> 需要去除注册逻辑,让整个包无副作用,你有兴趣来搞的话,可以指导。 wei 哥,等我找到工作我来搞,等我