Chenwei Zhang

Results 22 comments of Chenwei Zhang

Closes this since it was fixed by #2558

@hein-j Yes, that will be addressed together along with the change

This should be fixed by 4.x release now

Hi @anandkumarpatel, thanks for reporting this issue! I can reproduce it on dev mode. The root cause is React treats the props(`rowspan` and `colspan`) as camel case while we override...

@yannickberk conflicts again 🤣

Closing this one and I will open a new one

+1.. It doesn't detect yarn monorepo. If you want to run `size-limit` with a different directory other than the root, it uses `npm` instead and that could be problematic. ```...

> So I created a temporary fork: https://github.com/soanvig/size-limit-action-yarn-v2 That just uses yarn directly. You can install it in the meantime in your GH like so: https://github.com/soanvig/mm-jsr/blob/master/.github/workflows/size-limit.yml @soanvig This is great!...

> I think that I found the issue. The problem is that auto-detecting the package manager to install dependencies is not working properly with monorepos and `directory` option. It tries...

Hi @varundhand, I noticed you have wrapped the app inside `withAuthenticator` twice in the example. If you remove the one in `layout.tsx` and just keep the other one in `page.tsx`,...