-
### Minimal reproducible example
https://github.com/erickreutz/expo-router-modal-back-bug-repro
### Which package manager are you using? (Yarn is recommended)
bun
### If the issue is web-r…
-
### Link to the code that reproduces this issue
https://github.com/llipengda/next-redirect-bug
### To Reproduce
1. next dev
2. click `/test-a`
3. click `redirect to /`
4. the page is navigated t…
-
### ♻️ Reproduction Steps
1. Clone the example repo
2. Install dependencies
3. Run the project
...
### ✅ Expected Behavior
The chat bot should work fine.
### ❌ Actual Behavior
"Invalid 'mess…
mxvsh updated
2 months ago
-
### Question
I copied the code from https://github.com/xenova/transformers.js/blob/main/examples/remove-background-client/main.js to here, but I'm getting this error with v2.15.0 of @xenova/transfo…
-
This may have been discussed elsewhere but I wasn't able to find anything.
With the update to using `createRoot` in React 18, the DOM is created asynchronously, which means any code running after …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
### 📜 Description
When pulling `notification-center-vue` in a Vue/Nuxt project, the `react` and `react-dom` dependencies should be "devDependencies". `notification-center` seems to only have `react` …
-
### Link to the code that reproduces this issue
https://github.com/frommybrain/r3f-starter
### To Reproduce
To Reproduce:
1. Create a new Next.js 15 project using `create-next-app`
2. Ins…
-
It appears to be predicated on the following error:
```
Uncaught Error: Permission denied to access property "correspondingUseElement"
React 6
r helpers.js:74
react-dom.production.min.j…
-
### Reproduction
Add the `DndProvider` somewhere on the page. Below is an example where I added it to our layout:
```
{children}
```
I have been able to get around this error for now by add…