-
From this documentations-
https://commerce.nearform.com/open-source/urql/docs/advanced/server-side-rendering/#nextjs
I am clear about data fetching in Server Components and Client Components. Bu…
-
**Describe the improvement**
Using fetch over axios will reduce the bundle size of the sdk. This would improve the cold starts in serverless environments as well.
Here, we may consider providing…
-
In order to ensure stable releases don't break the wider ecosystem it'd be beneficial to have tests running for all libraries used with Next.js so that we can catch potential bugs early.
Non-exhau…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Describe the Bug
The following error is thrown when rendering an email template in a containerized Next.js 15 application using React 19.0.0-rc.
```
TypeError: dispatcher.getOwner is not a…
-
I am trying to use swr in my host component, but when I use ModuleFederationPlugin, I get an error “hooks can only be called inside of the body of a function component”. This only happens when I use r…
-
### Describe the Bug
I created a brand-new app and connected to a Vercel-managed Postgres instance. I opened the admin panel and clicked the seed button. Seeding fails with this error while adding th…
-
> link: https://github.com/alibaba/hooks/issues/new
useRequest:
`Fetch.ts` 文件:
![image](https://github.com/alibaba/hooks/assets/23449533/f5df4867-1f8b-486b-8511-e6d63eb419c5)
`useRequestImpl…
-
# Bug report
## Description / Observed Behavior
I am experiencing requests to the same endpoint/cache key within the dedupeInterval and i don't think this is the expected behaviour?
In my code …
-
React query is not supported in the connectors' forms: Create connector and connector parameters. Connectors' forms fetch data to provide users with options or to perform async validations. We should …