-
## Error log
```
[ERROR] Could not resolve "async_hooks"
```
## Workaround
see: https://github.com/cloudflare/next-on-pages/issues/908#issuecomment-2502658653
## Applied
https://github.com/…
-
## Summary
Although currently in RC, NodeJS implementation of custom loaders / imports / hooks is changing (in the better for Greenwood I think) moving from having to be be invoked with a flag (w…
-
# Issue: FirebaseError with useDocumentData Hook in React-Firebase Integration
## Environment
- **Firebase Version:** 10.6.0
- **Next.js Version:** 14.0.2
- **React Version:** 18+
- **React DOM…
-
As far as I can tell, these functions are hooks: third-party code is meant to replace them.
Their implementation in `ctypes` (i.e. their default behaviour) is to import and call the same-named func…
-
The code under [`lib/internal/modules/esm`](https://github.com/nodejs/node/tree/main/lib/internal/modules/esm), a.k.a. the ESM loader, contains many functions that are async. We should refactor as man…
-
I tried yarn install and yarn start. It does not work:
Module not found: Error: Can't resolve 'locales/en-US' in '/home/ze/Desktop/Horswap/src/constants'
ERROR in ./src/constants/locales.ts 39:0-6…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@tldraw/editor@3.1.0` for the project I'm working on.…
-
I've made the most basic useNetwork implementation and I get an error.
There is no documentation or example for using `useNetwork`
This is my code:
```
import React from 'react';
import { Respo…
-
### What version of pkg are you using?
6.1.0
### What version of Node.js are you using?
20
### What operating system are you using?
Fedora 41
### What CPU architecture are you using?
x86_64
##…
-
I'm trying to get [Prisma](https://www.prisma.io/) set up in my new Fresh project. I imitated [this repo](https://github.com/prisma/prisma/issues/2452#issuecomment-2417529233) and it works locally, bu…