Jiachi Liu
Jiachi Liu
The color of stack frame `h3` in dark mode is too dimmed that almost not visible #### After  #### Before 
### 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...
### What When there's a replay console error showed up, display it in error overlay. #### Server Component Page #### Server Component Page with Client Components
### 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...
### 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.
``` $ 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...
bunchee ...
> 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...