-
**Description**
The edge code was recently moved from the RSC repository to [Surveilr](https://www.surveilr.com). However, during this transition, it appears that the automation script is encounterin…
-
```
#!watchflakes
default
-
### What is the improvement or update you wish to see?
Hi,
Currently the section about custom MDX element is ambiguous for the App Router ([this section](https://nextjs.org/docs/app/building-yo…
-
### Link to the code that reproduces this issue
https://github.com/soniankur948/RN-flicker (please note that it's very early version of code and library/complete app is on internal company codebase…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/suspicious-euclid-qq4zfy
### To Reproduce
Run the repro sandbox and check the console. I log the React Fiber in…
-
next@v15.0.0-canary.160 unskipped some tests [in this commit](https://github.com/vercel/next.js/commit/08ef1db12d67adae8e5b71ed98cd0e13d0b89687) These tests hadn't been running for some time.
Many …
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to find a …
-
### Description
Next.js spans for navigation rsc requests seem to be prefixed with "RSC" making them look like "RSC GET /post/[id]" which looks funky and is bad for grouping.
Example: https://sentry…
-
I saw this was previously noted but leiden clustering using rsc.tl.leiden still yields too many clusters using rapids 24.08. Is there a better solution than downgrading to 23.04?
-
SSR/RSC 研发场景下,本地开发阶段需要实时生成 server 产物,倘若没有 tree-shaking,会出现 client 模块被打入 server 产物,导致渲染报错的情况
所以需要支持:
- build watch 的时候 tree-shaking 仍然生效
- 同时允许不压缩代码便于排查问题