InfiniteXyy
InfiniteXyy
### Description The peerDepency specified in `package.json` shows this lib is not compatible with react 18. Can we make a bump in the react version? https://github.com/SAP/fundamental-react/blob/bf81a98954d51f087a79944fd45c35ecf9705143/package.json#L148-L149 ### Versions **fundamental-react:** 0.14.5-rc.0...
**Description** When there are two instance in one page, destroy the second one when it's focused will cause the toolbar of the first one to hide. Before(2 plates): After hide...
**The problem** When I am using `ts-rest` with `express`, I found that the middleware always get executed no matter the request body/header passed validation or not. In a common express...
### Describe the bug I found that the description set in the contract headers cannot be displayed in the Swagger doc. Previously, there was a similar issue https://github.com/ts-rest/ts-rest/issues/305 that also...
- `@testing-library/jest-dom` version: 6.6.2 - `node` version: 20.10.0 - vitest version: 2.1.3 - `npm` (or `yarn`) version: 10.2.3 ### Relevant code or config / Reproduction: minimun reproduce demo: https://stackblitz.com/edit/vitejs-vite-ydhnrx?file=src%2FApp.test.tsx ###...
**What**: https://github.com/testing-library/jest-dom/issues/645 Fix a vitest typing issue when using global mode **Why**: If there is no import of "vitest" in the whole project (for example, vitest is in globalMode), the...
### Feature Request Description The ui5 combobox can support the loadMore event. This is particularly useful for **lists that support dynamic loading**, for example, we can fetch the option list...
### What is the current behavior? Hi, I found that after upgrading to React 19, `useUpdateEffect` is triggered twice when the page mounts, which is not expected. **We want the...