Jiachi Liu

Results 102 issues of Jiachi Liu

The color of stack frame `h3` in dark mode is too dimmed that almost not visible #### After ![image](https://github.com/user-attachments/assets/46db8050-f72e-4cf6-8b2f-baa08951ba7e) #### Before ![image](https://github.com/user-attachments/assets/11e4b47c-4be9-4bb7-b84a-ca3a52e9c975)

type: next
created-by: Next.js team

type: next
created-by: Next.js team

### What The bottom collapse button is actually not useful anymore as the frames are either displayed or grouped within `next` or `react` groups. It would also be weird interaction...

type: next
created-by: Next.js team

### What When there's a replay console error showed up, display it in error overlay. #### Server Component Page #### Server Component Page with Client Components

type: next
created-by: Next.js team
tests

### What We introduced a deduping logic in #71483 that comparing the error message to determine if two errors are same, but it was a temporary solution as it's not...

type: next
created-by: Next.js team
tests

### Feature Request https://x.com/asidorenko_/status/1877342799869194603 when there's already an RSC data fetching as the fallback, skip the first revalidation when onmount. And you can still re-enable it manually.

improvement

``` $ bunchee src/webpack.js -f cjs --runtime node -o dist/webpack/index.js Exports File Size $ bunchee src/index.js -f cjs --runtime node -o dist/index/index.js Exports File Size $ bunchee src/babel.js -f cjs...

bug

> feedback: I like having a 1:1 ratio: IME it's easier to debug and work with the output code when the dir structure matches. Both for runtime and .d.ts. Also...

feature