layne.zhuang
layne.zhuang
… vertical directions ## Issue #103 ## Details 1. The option gap not only accepts a number type but also supports passing an object to separately set horizontal and vertical...
## Description The option 'gap' only allows setting a single value that applies to both horizontal and vertical directions simultaneously. It cannot be set separately for each direction.
[复现方式](https://codesandbox.io/s/recursing-hertz-mvd5o?file=/src/App.tsx) [问题代码](https://github.com/react-component/trigger/blob/master/src/Popup/PopupInner.tsx#L120-L126) 可能是由于 react 18 中新增的 [Automatic batching](https://github.com/reactwg/react-18/discussions/21) 特性导致的
`npm run setup` failed under node@20, and failed again after downgrade to node@16. ``` error @achrinza/[email protected]: The engine "node" is incompatible with this module. Expected version "8 || 10 ||...