-
### Version
1.46.0
### Steps to reproduce
1. clone the repo: https://github.com/sand4rt/playwright-react-async-components
2. run `npm i`
3. run `npm run test-ct`
### Expected behavior
…
-
Hello! There is an error with new React 19-RC and Next.js 15
I've tried to import with `"use client"` and even dynamic like this:
```typescript
const LazyLogViewer = dynamic(
() => import("@me…
-
During review of #125, I observed a logged error relating to use of the `toReversed()` function:
```
Failed to generate cache key for https://testnet.plinfra.net/penumbra.core.component.dex.v1.Que…
-
### Link to the code that reproduces this issue
https://github.com/howdoicomputer/issue-reproduction
### To Reproduce
1. Create a new project and add
```
import OpenAI from 'openai';
const c…
-
The component `AsyncSelectInput` is hardcoding the generics that `AsyncSelect` from `react-select/async` component exposes ([see current ReactSelectAsyncProps type](https://github.com/commercetools/ui…
-
Hello,
Short version: maybe I am just blind after some hours spent on that. There is an annoying "Illegal constructor" appearing and I cannot figure out why.
I am trying to set up the React `Vid…
-
I am building an RAG application and the following error is blocking my deployment.
`Error` message received:
```
react-dom.development.js:26793 Uncaught (in promise) Error: Maximum update depth ex…
-
### Describe the bug
I followed instructions to add the _select_ component https://ui.shadcn.com/docs/components/select
When I install : `pnpm dlx shadcn@latest add select`, I have directly an err…
-
### Description
Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: library "libreanimated.so" not found, js engine: hermes [Component Stack]
ERROR Warning: TypeError:…
-
We have a few of these types of errors across the application:
![image](https://github.com/user-attachments/assets/15ec70c0-f722-4432-aac4-21f57a0aa5de)
This happens whenever we unmount the comp…