trigger
trigger copied to clipboard
Abstract React Trigger
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.19 to 19.0.12. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
When the popup window do not have enough space it causes the popup to glitch. You can observe this behavior in the video linked below: https://github.com/user-attachments/assets/5fe0b5e6-a179-403b-a1c5-bb1c32ca7739 Step to reproduce: 1)...
It seems that upgrading to the latest react verion and nextjs version following bug occurs: ``` intercept-console-error.js:56 Cannot update a component (`HotReload`) while rendering a different component (`TriggerWrapper`). To locate...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.39.2. Release notes Sourced from eslint's releases. v9.39.2 Bug Fixes 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus) Build Related 506f154 build:...
closes #555
In index.tsx the following line was introduced: import { useControlledState } from '@rc-component/util'; this will definitely not fork with [email protected]. But ^1.2.1 is defined as dependency in package.json. In my...
## Summary by CodeRabbit ## 发布说明 * **杂项修改** * 从开发依赖中移除了不再使用的包,以优化项目配置
### 🤔 This is a ... - [ ] 🆕 New feature - [x] 🐞 Bug fix - [ ] 📝 Site / documentation improvement - [ ] 📽️ Demo...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.14 to 30.0.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Currently `collectScroller` only traverse up by `parentElement`, it doesn't work within shadow DOM.