-
**Describe the bug**
When using `getTranslations({ locale, namespace: "Metadata" })` inside of the `generateMetadata()` function, the parsing is incorrect. I would expect this to return only `title`…
-
### Link to reproduction
_No response_
### Environment Info
```text
Payload: 3.0.0-beta.109
Node: 10.2.4
Next: 15.0.0-canary.170
```
### Describe the Bug
The defaultLocale value for localized …
-
Hola buenas, estoy teniendo problemas con este ejercicio de parcial del cuatri pasado, no da warnings pero no pasa los asserts
agradeceria una ayuda.
```c
miPrograma: test.c:22: main: Assertion …
-
**Describe the bug**
When trying to implement the steps outlined in [Wagmi SSR page](https://wagmi.sh/react/guides/ssr), specifically Persistence using Cookies, NextJS throws this error:
`Error…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@lingui/loader@4.6.0` for the project I'm working on.…
-
In HyperPlay, which is an electron app, we import metamask sdk (v0.12.0) in the main (node.js) process.
This imports the following from `node_modules\@metamask\sdk\dist\node\es\src\index.d.ts`
```
…
-
**What version of this package are you using?**
2.6.2 (latest at this day)
**What problem do you want to solve?**
With Next 13 and ` app dir` compatibly is poor, specially when changing the l…
-
When scrolling AG Grid rapidly, the app can crash, displaying "Minified React error [#185](https://ag-grid.zendesk.com/hc/requests/185)" (https://react.dev/errors/185). This error consistently occurs …
-
When adding the next and prior functions and testing them, I realised that there is an error when the regime uses all bits but one, and there is only place for one of the two exponent bits (case of Po…
-
The option could be something like:
``` js
format: {
es6: true
}
```
…or `es2015` or a more generic `esnext`.
---
A simple example of what it would do:
``` js
var foo = function(a) {
return…