-
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…
-
added 1368 packages in 9.911s
Dependency | License | Version
--------------- | --- | ------
classnames | MIT | 2.2.6
core-decorators | MIT | 0.20.0
js-cookie | MIT | 2.2.0
js-t…
-
### Link to the code that reproduces this issue
https://github.com/IonelLupu/nextjs-cookies-break-caching
### To Reproduce
1. use `const cookiesStore = cookies()` from `import { cookies } fro…
-
## requirements
`react-cookie` is about to add official typings to their lib: https://github.com/reactivestack/cookies/pull/124.
As soon as they merge and publish them, we should remove our `react…
-
Hello,
Next.js version: 15.0.0-canary.134
iron-session version: 8.0.3
`cookies()` in the getIronSession parameter, has the following TS error:
```
Argument of type 'ReadonlyRequestCookies'…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Ar…
-
## React 19 demos
- [`DataGrid`](https://codesandbox.io/p/sandbox/intelligent-jerry-2jgvqy)
- [`DataGridPro`](https://codesandbox.io/p/sandbox/late-cookies-8y8j2d)
- [`DataGridPremium`](https://c…
-
`{"statusCode":400,"error":"Bad Request","message":"Invalid cookie value"}`
I've setup an example project to reproduce the issue.
https://github.com/rodoabad/automatic-palm-tree
When you add …
-
When importing CookieManager into tests we get the following error:
```
import { NativeModules, Platform } from 'react-native';
^^^^^^
SyntaxError: Cannot use import statement outside …
-
### Current behavior
The navigation event _transitionStart_ triggers on iOS but on Android. See code below and [minimal Snack](https://snack.expo.dev/@andw/courageous-yellow-cookies). The other eve…